In this ASP tutorial, the benefits and disadvantages of Session Variables are analysed where the solutions are also provided to reduce the probelms when using session variables in ASP applications such as newsgroups. Also, describes the utility of...
A web based ASP course that clearly explains how the arrays in the ASP form page can be sent to another ASP page. Instead of using session variables here it is described to use querystring to pass strings and number arrays. And the given ASP...
.NET Migration Case Study: Using ASP .NET to Build the beta.visualstudio.net Web Site is an useful tutorial which covers the information about various topics such as web site architecture, migrating from ASP to ASP.NET, validation controls in...
Creating a Component using Visual C++ to Manipulate Virtual Directories is an article which tells about building of server component using Visual C++ inorder to access ADSI and to control IIS. Here author also describes about applying server...
JSMF provides your Web-based applications with a comprehensive mechanism to maintain state. This solution is made possible by utilizing frames (standard and inline), forms, DHTML and an OO (object oriented) JavaScript API. The API provides a...
Using ASP.NET to Create Multi-Page Custom Reports is an article in which the author discusses about how to build multiple page reports using databinding. A step-by-step process of generating report in ASP.NET using the ReportClass is shown in...
Using code-behind to create a DataGrid Control is an article in which author deals with the process of creating the data grid, which itself creates template columns and bounded columns. This tutorial specially concentrates on method of retrieving...
Using Reflection Emit to Cache .NET Assemblies is an useful tutorial for the .NET pogrammers and the webmasters through which they can get guidelines for caching the .NET assemblies with the help of reflection emits. Here author discusses about...
Using the compiler to create Code-Behind dll's is an article in which author demonstrates the method of creating code-behind dll and the procedure for storing the content in the root dirctory inorder to access classes, functions, user control...
This tutorial lets you learn the usage of querystring through a simple example. Explains how to access session variables to collect client information and tells the ways to implement querystring to pass the information to server. Example shows how... |