September 2008 - Posts

0
Comments

ASP.NET MVC - Presentation in Bangalore 26-Sept-2008 by mohanbrij

Below are slides + demos of the presentation I've given on 26-Sept-2008. Feel free to re-use and take advantage of them however you want. Download the Demo Project from http://weblogs.asp.net/blogs/brijmohan/DemoPresentation/PhoneBook.zip Download the...
4
Comments

Javascript Date Comparision using CustomValidator And String to Date Conversion using JavaScript by mohanbrij

This function calculates the difference between the two Date, and Validate it, I used this function to validate the difference between the From Date and To Datefor not more then 366 days(to cover the leap year also) or less then 0, This function is called...
Filed under: , ,
1
Comments

Using ASP.NET 3.5 History Control with ASP.NET 2.0 by mohanbrij

Normal 0 Using Back Button in ASP.NET 2.0 and AJAX This post will show you how to use ASP.NET 3.5 Ajax COntrolToolKit History control with ASP.NET 2.0, As you might be aware of that microsoft has included AJAX with Framework 3.0, and from version 3.5...
3
Comments

Using ASP.NET 3.5 Extensions History Control by mohanbrij

Normal 0 This post will provide useful links on how the ASP.NET Extensions Preview allows control over the Browser back button in Ajax. Normally this is not possible using AJAX Controls in WebBrowsers, because AJAX Control's partial postback is not added...
5
Comments

ASP.NET Custom Paging with GridView using ObjectDataSource by mohanbrij

Paging is perhaps one of the most required in data presentation, specially when it comes to huge amount of data, normal paging becomes nightmare. If you are developing your application using ASP.NET 2.0, then you can make use of ObjectDataSource in a...
More Posts