ASP.NET AJAX Control Toolkit

ASP.NET AJAX Control Toolkit Welcome to the ASP.NET AJAX Control Toolkit. Choose from any of the samples on the left to see the live controls in action, and experiment with their different possibilities. What is the ASP.NET AJAX Control Toolkit? The ASP.NET AJAX Control Toolkit is an open-source project built on top of the Microsoft ASP.NET AJAX framework. More...

by vimal | Published 270 days ago
10 jQuery Custom Scrollbar Plugins
By admin On Wednesday, June 22nd, 2011
1 Comment

Jquery Scrollbar

10 jQuery Custom Scrollbar Plugins If you ever wanted to add some custom scrollbars to your website, to scroll the contents and the default browser scrollbars just doesn’t match up with your design, than make More...

By admin On Tuesday, May 17th, 2011
0 Comments

Sending Email In ASP.NET 2.0

In ASP.NET, sending emails has become simpler. The classes required to send an email are contained in the System.Net.Mail. The steps required to send an email from ASP.NET are as follows : Step 1: Declare More...