Thursday, 15 May 2008

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

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 Date for not more then 366 days(to cover the leap year also) or less then 0, This function is called through the CustomValidator of ASP.NET, but you can also use this without the CustomValidator. <asp:CustomValidator runat="server" ID="custDateValidator"...
Share:

Thursday, 8 May 2008

Running Multiple Version of IE in same System

If you ever been working on layout and design of website then you may need to test the layout and rendering of the website in different browser, like IE 7, IE 6, IE 5.5, FireFox, Opera, etc. But normally it is not possible to install multiple version IE in same system. So to get through this limitation of Windows, I found the following program using this you can run multiple version of IE (IE...
Share:

Sunday, 4 May 2008

Visual Studio 2008 and .NET 3.5 Overview and Tutorials (Links)

This post will provide a quick overview of Visual Studio.NET 2008 and useful links which will give a depth understanding of of .NET 2008, Framework 3.0 and Framework 3.5.Visual Studio 2008 was first shipped on November 2007, you can download the 90 day trial version from hereSome of the important difference and new features can be found in the linkin ASP Alliance this link will give you enough basic...
Share: