Welcome to Tech-Review.Org Sign in | Join | Help

.net_2.0

My coding blog entries. Typically will either be more complex coding examples or overcoming product issues / troubleshooting resolutions.

Browse by Tags

All Tags » Ajax » c#   (RSS)
Gridviews: Select / De-Select all Records without Javascript using Checkbox in Header
8 hours of combing through blogs, forum posts and books to find a spcific answer to a specific problem. You see it all the time on sites like Yahoo Mail, where there is a convienent checkbox in the the header of a table / gridview that selects or de-selects Read More...
New Ajax ToolKit Out..Links..
Today was released a new 'official' release of the Ajax Toolkit . It apparently solves some issues with viewstate, gives the modalpopup some additional scenarios to be worked in, and a few other updates...but. If you run a DGS (dynamically generated site), Read More...
Part 4 - Building a Submission Form that Saves In Progress Drafts (MSFT AJAX)
Today's entry will outline some of the bugs with previous code. For some reason code that works absolutely fine in my normal project solutions did not work with the Web Application Project solution the AjaxToolkit uses. Thus - I glad to report we have Read More...