Search Results

3
votes
1answer
719 views

How do I convert an ASP.NET page using Ajax webmethods to an Ajax-enabled servercontrol?

In this tutorial I am reading, Dave Ward creates a page that shows the server date in a label …
5
votes
5answers
1k views

Reference asp.net control by ID in javascript?

When asp.net controls are rendered their ids sometimes change, like if they are in a naming container. Button1 may actually have an id of ctl00_ContentMain_Button1 when it is rendered, for example. …
0
votes

Reference asp.net control by ID in javascript?

Oh, and I also found this, in case anyone else is having this problem. Use a custom jQuery selector for asp.net controls: …
2
votes

Gmail like file upload with jQuery

Uploadify is another swf (sorry) upload button that uses jquery. Same idea as what Javier mentioned. …