Skip to main content

All Questions

Tagged with
0 votes
1 answer
37 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
34 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 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
2 answers
53 views

Ajax Returns MasterPage File In Response Instead Of Return From Method From Current Page

Ajax returns masterpage html instead of returns from my method. Here is my client code: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Page1.aspx.cs" Inherits=...
mfarid2's user avatar
0 votes
0 answers
32 views

Popup is not displaying

If the user has made changes in the form and attempts to leave the page, a popup will appear. The popup is functioning correctly for leaving the page. However, when the user tries to switch tabs, the ...
vaibhav madane's user avatar
0 votes
0 answers
32 views

Can we parameterize jQuery ajax call for inserting data to database?

This is my simple code for inserting data to database and it's working fine. Table name is AccountMaster function Insert() { var Value = {}; Value.Id = $("[id*=hdnId]").val(); ...
Shaiwal Tripathi's user avatar
0 votes
0 answers
25 views

ASP.Net Webform: Server side web method not firing by jquery ajax

I am working with web form where i have button and one input file. when user click on a button then file open dialog will open and user select file. user selected file will be pass to server side ...
Thomas's user avatar
  • 34.1k
0 votes
0 answers
72 views

How to get value from editableSelect() by jquery in asp.net c#

I am trying to get the id of selected list item (html-editableSelect), but in the place of select Id value I am getting undefined alert. Here is my aspx code <select id="cmb_year" runat=&...
s.k.Soni's user avatar
  • 1,220
0 votes
1 answer
59 views

How to make a jQuery function work for same element in all rows of a foreach loop instead of just the first row?

I'm using ASP.net C# and I have a table for products where I have a function that gets called whenever there is a change in a dropdown list selection. My function works perfect currently, but only if ...
Kip M.'s user avatar
  • 57
0 votes
0 answers
36 views

Filtering Data in DataTbale ASP.NET

enter image description here I have a problem with data filtration in the table. I would like the data in the filter list to remain intact for the applied filter and to be updated in the remaining ...
Piotr Sycz's user avatar
0 votes
0 answers
164 views

Using EPPlus to create an excel file

I have an ASP.NET Framework web application and I am using an .asmx webservice to create an excel file. I make an AJAX call to the .asmx file and it should create an .xls or .xlsx to download from the ...
Loryxz2000's user avatar
0 votes
0 answers
130 views

Dropzone and ASP.NET Image Uploader: Uploaded Image is blank and has Underscore Name and Larger Filesize

"I am developing an image uploader using Dropzone in ASP.NET. I am encountering an issue where, after clicking the submit button, the uploaded image file appearing in my directory is blank ...
taher's user avatar
  • 1
0 votes
1 answer
57 views

How do you save a page by button click on page exit using javascript

I have tried just about everything i can think of to trigger a button which triggers the save page event on page exit yet it never fires. I want the event to fire whether the button is visible or not ...
ghostfly's user avatar
0 votes
0 answers
48 views

exception error on server iis input string not in correct format

I work on asp.net MVC application . I get error input string not in correct format i don't know what is the reason of this issue and which line give me this issue on local pc issue not happen but on ...
ahmed abdelaziz's user avatar
0 votes
1 answer
53 views

How to use jQuery to assign value of Health Status to Hidden field?

I work on asp.net mvc I face issue i can't store value of health status on hidden field using jQuery then pass hidden field value after get value to Approve function when click agree button click . on ...
ahmed abdelaziz's user avatar

15 30 50 per page
1
2 3 4 5
500