ASP Tutorials
Transferring the Datagrid Data Between Web Forms
In classic ASP there are many ways to transfer data between two Web pages: Session variables, QueryString parameters, Cookies, hidden..
Object-Oriented Programming for VBScripters - Part 2
Still intimidated by .NET? Part 2 explores a few more advanced OOP features: inheritance, interfaces, and finally abstract classes...
Reading Text Files in an ASP.NET Web Page
There are many real-world situations in which you may wish to read part of or an entire text file into..
ASP.NET Form Processing Basics
Kev guides you along the road to ASP.NET expertise with an example of how ASP.NET can be used to process..
Creating and Consuming a Web Service
While creating Web Services was possible with classic ASP, it is incredibly easy with .NET. There are a number of..
True Image Resizing
In an article I wrote last week, Displaying a List of Scaled Images, I looked at how to display the..
Web Forms Events and Handlers
Introduces events and event handling in ASP.NET, and probes into how you can effectively use them..
