Feeds:
Posts
Comments

Archive for the ‘Ajax’ Category

I search a lot in Google for a whole day but didn’t find any perfect example to populate data into gridview. Then I decided to do it myself and I find it easy at the end of the day. In the example which I illustrated below follows the flow: On document ready method it initiates [...]

Read Full Post »

Updatepanel is part of AJAX Extension 1.0 and later provided by Microsoft. Update panel is used to hide page refresh using some standard mechanism. But What about speed? In my experience updatepanel is the best solution if your page does not contain large number of components. And make sure controls you used is supported by [...]

Read Full Post »

Most of us use Microsoft AJAX Toolkit and Controls but we don’t know when Ajax Request starts and when it ends. Sometimes we need to do enabling and disabling controls during postback. This can be done using the code below. Here I have added two event handlers to request manager class instance. Event will be [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.