Continually Improving.... let us know how support@devdiamond.net Sign in | Sign up
home articles news blog forum  

 
 


 
Skip Navigation Links
Enhancing URL Rewriting in ASP.Net Architecture , 11/23/2005 ,
The ASP.Net v1.1 doesn’t come with built-in complex URL Rewriting functionality, so developers have to find a work around, there are number of articles out there about this topic that I came across, the most efficient code I found was Scott’s code, so that code is what this article is playing around with

Sending Emails using ASP.Net v 2.0 , 8/12/2005 ,
A common thing you will need to do with ASP.Net v 2.0, is to send emails, I will show you here how to send emails using ASP.Net v 2.0, implementing authentication

Parse XML document with loop statement using ASP.Net , 10/30/2004 ,
In this article I will show you how to parse xml document with loop statement, using ASP.Net, VB.Net

Assigning Database information to Variables , 2/4/2004 ,
In this article we will discuss how to assign database information to variables

ASP.Net :: Database Select Beginner , 2/22/2002 ,
here how you can connect to database within ASP.Net Framework

ASP.Net :: Database Select Advanced , 2/22/2002 ,
Advanced versionof how to can connect to database within ASP.Net Framework

ASP.Net :: Databinding With List-bound Web Controls , 2/22/2002 ,
Databinding With List-bound Web Controls within ASP.Net framework