ASP.Net Tutorials - Improve your understanding of ASP.Net
Welcome to the ASP.Net Tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on ASP.Net from all over the internet. If you have any questions about Javascript or would like .Net Development done for your company please complete ourfree IT quotes form. If you are a company who takes on ASP.Net projects and would like to receive leads from people looking for ASP.Net or other .Net work please complete ourIT suppliers partner form.
ConvertRsToXml(), A Case Study of Timing and Optimizing ASP/ADO Code
In a previous article, Simplifying ConvertRStoXML() and Transforming With XSL, author David O'Neill examined how to improve the performance of the ConvertRStoXML() function, a function presented in an earlier article (Creating a Function to Stream a Recor...
Global Exception Handling with ASP.NET
You can't debug a problem if you don't know that it exists. Understand how to handle Web page errors using ASP.NET....
Dates and Times
Performing date-related calculations in VBScript is really a breeze thanks to the myriad of helpful date-related functions in the language. There have, in fact, been a wide array of articles on the many powerful VBScript date functions. For a quick rundow...
ASP.NET Controls Explained: Part 1/2
One of the best things about ASP.NET is the ability to easily separate code into different modules, unravelling presentation code from application logic. This allows developers with different skills sets to work on their area of speciality simultaneously...
Writing Your First ASP.NET Page
Last time around we installed all the prerequisites and finally even ASP.NET. Now that that's done, you can start writing ASP.NET pages of your very own. This time around, we walk you through your first one...
Why Interleaved Text Outperforms Response.Write
In his article Performance Metrics for the ASP Response Object James Greenwood noted some interesting things with IIS 5.0. His benchmarks showed that a style of ASP coding that interleaves script (VBScript) with text is faster than using pure script (with...
Create and Consume Web Services at Server and Client
Web Services are units of application logic that provide data and services to other applications over the internet or an intranet. They are cornerstones of the Microsoft .NET programming model...
Real-Time Data Grid Part 1/2
Data management applications allow us to modify data for a number of different data systems including databases, files, the Windows registry, etc. Data manipulation is an extremely important activity, and sometimes it's impossible to be in front of the co...
Uploading files in ASP.NET
Not so long ago uploading a file from a client browser to the server was a quite tedious task. Developers often had to use third party tools or write their own file upload utilities. With the development of ASP.NET writing a file upload script is a piece...