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

All Questions

Tagged with
-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
16 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,088
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
0 votes
0 answers
18 views

when export grid view have Arabic data to pdf format using JQUERY it downloaded but error open pdf failed?

I work on asp.net app . I face issue when export grid view with data to pdf . it downloaded but finally not open file grid view have Arabic data when inspect browser to check error I can't found any ...
ahmed salah abd elaziz elbarba's user avatar
0 votes
1 answer
62 views

jquery modal and autocomplete not working with button for postback

I have a problem with an asp.net site using masterpage in which I would like to have a jquery modal where user can search and submit text. I would like to get the insert text with an postback for ...
Kᴀτᴢ's user avatar
  • 2,178
0 votes
0 answers
34 views

How to remove row on client side by jQuery based on key auditor id and budget year?

I work on jQuery with asp.net . I face issue I can't remove row from grid view based on key AUD_RECID and P_BUDGET_YEAR . AUD_RECID with different P_BUDGET_YEAR so I need key will be both from ...
ahmed salah abd elaziz elbarba's user avatar

15 30 50 per page
1
2 3 4 5
1738