This tutorial explains the method of sending emails directly from the webmaster's site itself. The author describes the uses of SMTP mail class along with its working. ASP.NET gives the users everything, what the users might need to send email to any
Setting Default Value in a Drop Down list for a Datagrid is an article that demonstrates how to set default values for the dropdownlist box that has been integrated with the datagrid control. In this article the author explains it clearly with an exa
Selecting an Item in a DataList using C# is a web based tutorial which gives you the sample code for adding a datalist control on the aspx page, establishing the database connection using the ADO.NET connection object, binding the database data to th
Retrieving Records without a Dataset is an simple tutorial in which the author explains about the process of accessing the records from database in the absence of dataset. Here the author uses OledbReader object, which helps in performing the process
This is an ASP.NET article in which the author shows how to display the information on the client side using the write method of the response object and how to move to any page or URL using the redirect method of the ASP.NET response object. The aut
This is an article that provides explanation on using XML to transmit data between systems. Here the author also elaborates about the function of XSL in permitting web developers to take control over the data processing. This article also discusses a
This is an online tutorial in which the author clearly explains about how to print the ASP.NET web forms after getting submitted by the users. The author explains that normally the web forms are stored into a database, XML file or text file, printing
Personalisation is an article which shows the method to personalise with the user. Simple things such as greetings, recommendation, etc., on the web pages can add some intimacy with the user. Unlimited number of ways are available here to personalise
Multi-Table XML Processing is a simple tutorial in which author describes the procedure for executing the multi-table XML documents, which faces several complication while executing. The author gives simple method to execute this complex operation, w
Multi-Page Forms is an ASP.NET tutorial through which programmers can gain knowledge about executing multiple-page forms in the web server. In this article the author tells about the method to avoid the problem that occurs when the page is posted to |