How to create a cookie, how to get the value stored in a cookie, set the lifetime, path and domain for a cookie, edit a cookie, delete a cookie, remove subkeys from a cookie…
Creating and using stored procedures
The tutorial shows you how to create stored procedures, after which you’ll see how to use stored procedures in an ASP .NET web application.
Using the DataList control
This tutorial covers the creation of a DataList control to retrieve records from a database. Also shows you how to make the DataList esthetic by changing its attributes.
Basics of using DataGrid
This tutorial introduces you to the DataGrid control. It tells you about the BoundColumn and shows an example of how to use it.
Sniffing visitor information
Collecting lots of browser information from the visitor with VB .NET in ASP .NET.
System.Web.HttpException: Maximum request length exceeded.
If you receive the ASP.NET error System.Web.HttpException: Maximum request length exceeded.” while trying to upload one or more files via HTTP, the cause is most likely a file uploading size limit that is set too low. The most accessible way to change this limit is through the web.config configuration file. Create this file if you […]