Tagged Questions

0
votes
1answer
21 views

Ajax PageMethods Vs XMLHTTP

Hi guys, i have a case where when the user closes the browser window i have to set an Application Object to null...and for this i will use the JavaScript onbeforeUnload to do the …
0
votes
2answers
382 views

Getting Exception Details from ASP.NET PageMethods on the Client SIde

I am having a pagemethod to which i give a call from my JavaScript say Pagemethods.MyMethod(MyParameter, onsucess, onfailure); In the Code behind, I have something like this: …
3
votes
7answers
1k views

calling an ascx page method using jqery

I know that I can call a page method with jquery using the following syntax $.ajax({ type: "POST", url: "Default.aspx/GetDate", data: "{}", contentType: "application/json; …
1
vote
1answer
72 views

calling server side method in JQuery in asp.net

hi, in my application i have an form where user enter their username first . now i should check whether that username is avilable or not i have wtitten an method "u …
0
votes
1answer
363 views

Hot to: user AutoCompleteExtender in a UserControl (ascx) and place the ServiceMethod on its code-behind.

Hi! I created a AutoCompleteExtender on a TextBox that resides on a UserControl (Control.ascx file). I don't want to create a separate class for the web method, i rather placing …
0
votes
2answers
52 views

why is this page method failing?

I have my script manager with attribute enablepagemethods set to true, however, for some reason this is alert me I've failed. public partial class _Default : System.Web.UI.Page { …
4
votes
1answer
206 views

ASP.NET page methods vs web service

I am building a dynamic partial load asp.net page, I would like to use jQuery to call page methods or web service to retrieve the content HTML. page methods or web service, perfor …
0
votes
6answers
146 views

JQuery + Page Methods: Method is Never Called

I am just starting to mess around with Page Methods and jQuery together with not much success. Below is my sample code... Default.aspx.cs [WebMethod] public static string test() …
0
votes
1answer
93 views

ASP.NET application: AJAX PageMethods returning internal server error about “index.php” on Production Server Only

I have an ASP.NET application running on two almost identical Virtual Windows Server 2003. The first one is my develop and test server. I have installed the .NET WebExtensions for …
1
vote
2answers
374 views

ASP.NET AJAX: How to implement PageMethods feature of the scriptmanager in a user control.

Hi, I am unable to implement PageMethods feature of the scriptmanager in a usercontrol, is a way in which this can be done?
0
votes
3answers
538 views

Call non-static method in server side(aspx.cs) from client side use javascript (aspx)…

how Call non-static method in server side(aspx.cs) from client side using javascript (aspx)....? As far as I know I can call static method in server side from client side... serv …
0
votes
3answers
193 views

PageMethods returning undefined result?

I have a very simple call to a PageMethod. When I step through my PageMethod in my .cs file, the value looks as expected. However, on the client side I get an undefined result. Any …
0
votes
2answers
115 views

Move ASP.NET Page Methods Proxy from the page

I am using ASP.NET Page Methods for my application. Everything works like charm but I do not want my page methods generated inline in the page. Is there any way to move them to …
1
vote
3answers
248 views

.NET Page Method vs UpdatePanel, Which is Better for Updating and Refreshing

I haven't started writing any code for this program, but here's what I need to do in C#/ASP.NET, both of which I'm just starting to learn. I have a DIV on a page that I want to up …
0
votes
2answers
121 views

How to get IP Address in a PageMethod?

Using jQuery, my client side is calling Vote from a page method. The signature of the webmethod is below. [WebMethod] public static string Vote(int selectedAnswer, int po …

1 2 3 next
15 30 50 per page