Brij Mohan
A Microsoft .NET Developers Blog
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
ASP.NET
ASP.NET AJAX
ASP.NET MVC 3
AVR910 Protocol
Award
Book Reviews
C#
C# Coding Standards
Cheat Sheets
CSS
Electronics For You
Framework 2.0
Framework 3.5
Framework 4.0
General topics
JavaScript
LINQ
MphasiS
Programming
Rewards and Recognitions
Sharepoint Services 3.0
Silverlight 2.0
Silverlight 3.0
Silverlight 4
SOAP, REST
SQL Server
SQL Server 2008
System Installations
Telerik MVC
Validation
VB.NET
Versioning
Visual Studio 2008
Visual Studio 2010
Visual Studio SDK
WCF
WebDeploymentProject
Windows Azure
WSSF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
January 2012 (2)
October 2011 (1)
September 2011 (1)
July 2011 (1)
June 2011 (3)
May 2011 (5)
April 2011 (1)
June 2010 (2)
May 2010 (2)
March 2010 (2)
August 2009 (1)
July 2009 (4)
April 2009 (3)
December 2008 (1)
November 2008 (3)
October 2008 (3)
September 2008 (5)
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:
C#
,
JavaScript
,
Validation
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...
Filed under:
ASP.NET
,
C#
,
ASP.NET AJAX
,
Framework 2.0
,
Framework 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...
Filed under:
ASP.NET
,
C#
,
ASP.NET AJAX
,
Framework 3.5
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