Programming.Directory.Tutorials. Code Teacher

Search

Back to ASP


Webmasters click here for free quality link exchanges


ASP / Site Development Tutorials

Page 1 - Page 2 - Page 3

Sniffing visitor information
Sometimes, you need some information on your visitors in order to make a better site. You can increase the user experience using data like browser type, language, time frame and so on. This tutorial shows you how to do this using ASP .NET and VB .NET.
Using Server Side includes
The tutorial shows how to use server side includes in your application, It actually presents both ASP and ASP .NET elements that are required to use these. Inculdes are a common way of programming, as you probably know already.
How to bind a DataGrid to an array
Short and quick tutorial on how to bind a DataGrid to an array. It is very simple and basic so use it just as a start in using the two elements in your application.
Build a Reusable Datagrid to Make Life Easier
This feature will make your life certainly easier when used. Instead writing 20-30 pages with admin sections for your customers just to enable them to write a news or FAQ page,the reusable DataGrid feature will allow you to do this in one simple page.
Caching Dynamic Pages with ASP.NET
Caching is the method of saving data to some form of memory (generally computer, not yours) with the aim of speeding up the time it takes to access that data. This will increase the performance of your applications greatly, since you will not have to load data over and over again, when the same page is requested.
Build an XML/XSLT driven Website with .NET
This tutorial will show you how to build a simple dynamic website using ASP.NET, c#, XML and XSLT. It assumes prior knowledge of the above. More, the site's source is available for download, including error handling.
Threading in ASP.NET
Threading is a technique used to give the user the impresion that multiple tasks are executing at the same time. The .NET Framework provides us with many types that allow us to easily and quickly add multi-threading to our .NET Web application. The tutorial assumes you have some familiarity with ASP.NET and some experience in writing code with Visual Basic
Build a WHOIS Lookup in ASP.NET
The WHOIS script is used to check domain name availability, or to find out who owns a particular domain name. You enter the doamin name and press submit. Then you find out whatever you need to know. The tutorial will show you how to connect to the WHOIS servers using TCP's port 43.
Drilldown Datagrid Searching with ASP.NET
With all the search engines available, more often than not, a search will return more results than necessary. You will need then to search through the results in order to find the things that actually interest you. This tutorial will show you how to do this using Datagrid. The solution proposed to be analysed is Dataset's Dataview Rowfilter property.
DataSet Vs. DataReader
DataSet is one way to reduce the time working on some specific code. Fill in 3 simple code lines and reiterate them using a `foreach` loop. The DataSet actually uses a DataReader to populate itself. A DataReader is a lean, mean access method that returns results as soon as they’re available, rather than waiting for the whole of the query to be populated into a DataSet. This can boost your application performance quite dramatically, and, once you get used to the methodology, can be quite elegant in itself.

Page 1 - Page 2 - Page 3



IP address / DLL