Tagged Questions
3
votes
1answer
1k 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 without using the update panel.
I am trying to learn how to create servercontrols that use ajax for ...