Skip to main content

All Questions

Tagged with
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
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
-1 votes
2 answers
46 views

Call aspx.cs file function from jquery

I have button in aspx file as below : <asp:Button ID="btnSave" Style="display: none;" runat="server" OnClick="btnSave_Click" /> Now in aspx.cs file I ...
Naw's user avatar
  • 57
0 votes
1 answer
74 views

How can I check an asp checkbox from client side?

I have a checkbox in the header of the grid and another checkbox on each row of the grid. <tel:GridTemplateColumn HeaderStyle-Width="15px" UniqueName="gridTemplateColumnCheckbox"...
George110011's user avatar
0 votes
1 answer
26 views

ASPX not able to get value of HiddenField, Set by jQuery

I am trying to set the value to an ASPX HiddenField with jQuery. Value is being set, I can inspect and see the value. But when I am fetching it in aspx.cs file the is no value it's returning Null. ...
TheHunter Shergill's user avatar
0 votes
0 answers
44 views

AJAX request returning 401 error in c# aspx page

I am trying to make this request work but have not succeeded. Here is my code to call the function: Mypage.aspx.cs: [WebMethod] public static string doSomething(int id) { return "hello"; ...
TheHunter Shergill's user avatar
0 votes
0 answers
65 views

Submitting a form

The form on the page is generated in a standard way: <%using (Html.BeginForm("<method>", "<controller>", FormMethod.Post)) There is a table on the form, as well as ...
Alex Pertenava's user avatar
0 votes
2 answers
976 views

How to add checkbox header column to check all when checked?

I work on sp.net web forms . I face issue I can't add column checkbox to grid view as Header column . so when header column checked then all rows checked on grid view and when header column not ...
ahmed abdelaziz's user avatar
0 votes
2 answers
85 views

Struggling to ASP.NET C# Ajax novice question

I changed the code with a simple like these <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> <script type="...
rorona's user avatar
  • 25
-1 votes
1 answer
45 views

Need Help in ajax debugging

<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document)....
rorona's user avatar
  • 25
-2 votes
1 answer
107 views

Get 2 or many coming fridays dates from current date c#

I am working on a module (scheduler). If I add scheduler and I select 2 or many tuesdays from current date to schedule my task. And It will show my task on scheduler for coming 2 or many tuesdays. How ...
technical information's user avatar
0 votes
1 answer
3k views

I need to show loading message in asp.net webforms

I am using asp.net webforms. On button click I am calling api which blocks code. I am doing this from code behind. This function needs few seconds to complete. During this time I would like to show ...
narutouzumaki 99's user avatar
0 votes
1 answer
291 views

Word Limit Count in ASP.NET GridView

I am adding GridView rows dynamically as follows that works fine: C#: private void SetInitialRow() { DataTable dt = new DataTable(); DataRow dr = null; dt.Columns.Add(new DataColumn("...
user8512043's user avatar
  • 1,111
0 votes
0 answers
88 views

Highcharts wont plot second graph

I am plotting multiple graphs and those have to be assigned dynamically. I mean i create divs for graphs dynamically in asp.net. From server side, I supply data for graphs. I try to draw it but only ...
narutouzumaki 99's user avatar
0 votes
1 answer
212 views

Autocomplete jQuery not working in webform

I use asp.net webform textbox for autocomplete. In my textbox when i type any value, there is no suggestion shown. Here is my code in Default.aspx: <link rel="Stylesheet" href="https:...
Mana's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
21