Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
11 views

when export data to pdf using itextcharp libarary it give me empty file downloaded and can't open

I work on asp.net I face issue when export grid view have more than 2000 rows it download empty file pdf without data inside . and when click on file not open and give me file not in correct format ...
ahmed salah abd elaziz elbarba's user avatar
0 votes
0 answers
9 views

How to Close ISWebCombo Dropdown After Selecting a Value with AutoPostback Enabled?

I'm using an ISWebCombo dropdown control in my ASP.NET Web Forms application. The dropdown does not close automatically when I select a value. I need it to close after selection. <ISWebCombo:...
parangat's user avatar
-4 votes
0 answers
13 views

How to mask all the characters after the N-th in an ASP.NET textbox? [duplicate]

I'm using a TextBox in WebForms to get user input but at the same time one of my requirements dictates that all the characters after the 3rd one should be masked, thereby appearing as '*' (ex. Nor**). ...
Bron's user avatar
  • 1
-1 votes
1 answer
58 views

Filter Data Based on Time

How can i filter the data based on time. using oracle database, asp.net web form and query. oracle database outtime column datatype is date. Pls help HTML <!-- Main content --> <section class=...
Sharif Ahmed Alif's user avatar
0 votes
1 answer
39 views

How to change from readonly to not readonly of input in ASP.NET Core

MODAL <div class="modal fade" id="residentModal" tabindex="-1" role="dialog" aria-labelledby="residentModalLabel" aria-hidden="true"> ...
Erck's user avatar
  • 33
0 votes
1 answer
21 views

Problem with cascading dropdown in Asp.net core mvc

I m implementing Student Information System. In Student class (Id, Name, CurrentGradeId, CurrentClassroomId and other info). Want to implement cascading dropdown are grade and classroom. Here Problem! ...
Lune lune's user avatar
0 votes
1 answer
37 views

Adding a RequiredFieldValidator causes the 'jquery' is not a valid script name. The name must end in '.js' error

I have a problem inside an asp net application where I get the 'jquery' is not a valid script name. The name must end in '.js' error when I try to add an asp:RequiredFieldValidator element inside an ...
Lorenzo Santarelli's user avatar
-1 votes
0 answers
17 views

How to append html inside GET_ITO_PROJECTS_DASHBOARD_SP so all script html will be inside function?

I work on jQuery i have issue I can't append html inside jQuery script SO jQuery function GET_ITO_PROJECTS_DASHBOARD_SP() will create all html scripts below and i will remove html static and i will ...
ahmed salah abd elaziz elbarba's user avatar
0 votes
0 answers
42 views

How can update the step form view with Ajax in ASP.NET

this is my method to Get Cart: [HttpGet("/UserPanel/CheckOut")] public async Task<IActionResult> CheckOut() { var text = await _siteService.GetSiteSettingForEdit(); ...
Maryam12 forex's user avatar
1 vote
1 answer
39 views

How to prevent a clear data upon clicking new add address using button in ASP.Net Core

@model Registration @{ ViewData["Title"] = "Register Page - Step Two"; } <button type="button" class="btn btn-primary" onclick="addAddress()"&...
Erck's user avatar
  • 33
0 votes
1 answer
29 views

How can Save several objects from several session in Cart in ASP.NET

I have a step form for my cart (with One view) , my method in controller is : Checkout step1: I save Items and ... in session step2. choose address. step3. I want save delivery time in new session I ...
Maryam12 forex's user avatar
0 votes
1 answer
25 views

when call user control from from asp.net page it call only csharp not call jquery or java script function?

I work on asp.net project I face issue when call web user control from asp.net page it calling success but script JavaScript or jQuery not called so why scripts not called only from debug page load ...
ahmed salah abd elaziz elbarba's user avatar
0 votes
0 answers
23 views

Jquery error on the ScriptResource.axd file

In my aspx page there is textbox to do search which have onkeyup event.Onkeyp event method is get called but Whenever type text on that textbox, get the below jquery error on the page. I am not sure ...
Sabbu's user avatar
  • 179
0 votes
0 answers
11 views

Design Rationale on why AspNet MVC Project template includes jQuery script at the bottom

In any page that is served to your browser from an Asp Net MVC web application with Razor pages, the page is first built up by razor, on the server side, by taking the _layout.cshtml page and then ...
Dean P's user avatar
  • 2,098
0 votes
1 answer
65 views

asp.net textbox clientside lost focus event in listview control

I have below lines of code in asp:list view control, if user input any value on 2nd text box, on client side lost focus event I need to calculate txtTokensReq * txtQty and display in lblTotalTokens. &...
GVMK's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
1738