This script helps users to create a popup date picker on their websites. This program is compatible on both internet explorer and netscape browsers. Using this script you can select the date and time.
This useful tutorial teaches the method of creating click event on the server side for closing the browser window of the users. The author defines the method of creating the web form, inorder to put a button control for handling the button click.
This ASP.NET tutorial provides an easy way to display multiple items that are to be selected in a listbox control. This tutorial also helps you to know about how to add the data from the database in the listbox control.
This is an article explaining about the errors and how to avoid it. The author describes about each components to build a web application. Through this article the users could get more knowledge about the proper usage of cookies.
In a .NET page, when the users try to send email, "Could not access 'CDO.Message' Object" apperars sometimes. Through this article the author gives a solution for this issue by opening SMTP server for relaying.
Obtaining Active Directory User Information Using System.DirectoryServices is an article which explains the users about getting information on an active directory user account in an active directory domain.
Creating Databound DropDown Lists in ASP.NET is a tutorial useful for the web developers. This tutorial helps you to know about creating the drop down list box control on the html page and add the list items in it.
This tutorial teaches the way to pass value between the web forms with the help of query string, server transfer and session variables in the ASP.NET application.
Creating a Custom .NET Web Control With Events is an article in which the author explains you how to add a dropdown list web control in a web form and how to handle SelectedIndexChanged event of the dropdown control.
This is an userfriendly tutorial in which author demonstrates the array creation through array list objects, which is a cluster of items stored in a single data value.
In this tutorial the author discusses about how to detect client side screen resolution in ASP.NET. In this tutorial author makes it possible with the help of a simple javascript trick.
This is an article in which you can get the solution for how to manage the optional parameters in the functions of the C# language. In this tutorial the author explains it with two methods.
DataBound Dynamic Menu using a DataList and DataGrid is a program that enables webmasters to display dynamic navigation menus on their websites. Using this program they can create any number of menus with submenus.