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.
Formatting Numbers and Dates in ASP.NET
One of the nicest features of VBScript was its set of formatting functions, such as FormatCurrency, FormatDateTime, FormatNumber, etc. (For more information on these functions be sure to check out the Strings FAQ Category on ASPFAQs.com.) While these old...
Date & Time Converter
This function was designed to obtain a coherent, reversable date & time stamp. It can be used for any number of things...
Creating a Custom Web Control To Consume an XML Web Service
Robert Chartier demonstrates how easy it is to create a Web server control that consumes any Web service. It will simplify integration with other sites and in-house projects. Sometimes, in order to simplify tasks, it's good to encapsulate a set of routine...
Bake a cookie!
One of the problems on the net is that you seldom know whom your dealing with. Is it a newbie on your site, a regular guest or your boss? Wouldn't it be cool if you could display different pages to each of them...
Using MyODBC To Access Your MySQL Database Via ASP
Active Server Pages are a Microsoft technology that allows developers proficient with either Visual Basic or VBScript to easily adapt their skills and knowledge to the web with very little effort at all. ASP uses ActiveX Data Object (ADO) to connect to s...
XML Serialization in ASP.NET
In ASP there was no easy way to create an instance of a custom class, set some properties, call some methods, and then save the state of the instance of the class for later usage. Sure, you could place the instance in the Session or Application scope, but...
A Simple Way To Tally Your Visitors
Hit counters are used by all types of web sites and allow us to keep an active tally of how many visits our site receives on any particular day. On a Windows NT/2000 web server, a professional hit tracking system that investigates the IIS log files can co...
Paging Database Results in ASP.NET
One of the most common tasks developers are faced with when working with data-driven Web sites is the need to page data. Most data is only worthwhile if it can easily be digested by a human, so a data-driven Web site needs to present data in an easy-to-re...
Installing ASP.NET
Now that .NET has finally shipped, you've decided that you should probably start playing around with it. So where do you start? Right here is as good a place as any...
Creating Databound DropDown Lists in ASP.NET
A very common, everyday task for Web developers is to create an HTML listbox populated with the values from a database table. Such a requirement is most common when attempting to display subsets of information that is spread across multiple, related datab...