Template Sites
Featured Sites
Members Area
Partners Sites
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..

Views: 231

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...

Views: 208

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..

Views: 165

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..

Views: 210

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..

Views: 199

True Image Resizing

In an article I wrote last week, Displaying a List of Scaled Images, I looked at how to display the..

Views: 206

Web Forms Events and Handlers

Introduces events and event handling in ASP.NET, and probes into how you can effectively use them..

Views: 220