Atlas - Raj Kaimal

Browse by Tags

All Tags » Atlas (RSS)

The GridView Row Drag Overlay Extender

I finally got a chance to play with the Ajax futures release over the weekend. The controls look very impressive! Just for fun, I wrote a simple drag overlay extender that allows you to drag and drop rows in/across GridViews. Anytime a Gridview row is...
Posted by rajbk | 67 comment(s)

Inserting and deleting with the AJAX UpdatePanelPopupExtender

The UpdatePanelPopup Extender has been updated to use the ASP.net Ajax RTM version. I have also added an example that shows how to add/delete a record using the popup. Like before, we have a GridView and DetailsView setup using the standard Master/Details...
Posted by rajbk | 31 comment(s)
Filed under: ,

Refresh UpdatePanel via JavaScript

I have seen this asked a couple of times in the newsgroups hence this post. A simple way of refreshing an UpdatePanel using JavaScript is to add a HiddenField to the page, change its value using JS and then have the HiddenField raise a postback event...
Posted by rajbk | 18 comment(s)
Filed under: ,

Master Details using AJAX and the UpdatePanelPopupExtender

The UpdatePanelPopupExtender is a simple ASP.Net AJAX extender that can be attached to any UpdatePanel control. This extender allows you to postion the attached UpdatePanel beside any control you specify. Here are a couple screen shots of what you can...
Posted by rajbk | 62 comment(s)
Filed under: ,

UpdatePanel and CSS

The ASP.net AJAX UpdatePanel control in RTM unfortunately does not have a CssClass property. A CSS property may be nice to pretty up the UpdatePanel but in my case, I was hoping to use it to set the CSS "visibility" property of an UpdatePanel...
Posted by rajbk | 2 comment(s)
Filed under: ,

Using the UpdateProgress control as a modal overlay

After reading up on the Extender Control tutorial , I decided to write my first Extender control as a learning exercise. UpdateProgressOverlayExtender is an ASP.Net AJAX extender that can be attached to any UpdateProgress control in order to position...
Posted by rajbk | 60 comment(s)
Filed under: ,

Which control raised the async postback event?

The PageRequestManager in the ASP.net AJAX 1.0 Beta 2 framework exposes a pageLoaded event which is raised when the page is refreshed. AFAIK, the pageLoaded event does not contain any property that tells you which element on the page raised an async postback...
Posted by rajbk | 3 comment(s)
Filed under: ,
More Posts