ASP.NET Tutorials
Latest Tutorials
Iterating Through ServerVariables in ASP.Net and C#
Tutorial by tamilcodes.com
Sometimes you may need to verify all the servervariables to debug your code. Simply iterating through the servervariables collection can bring out the result. The following snippet is suffice to iterate.
Added on: 5/13/2009 Rating: 3 Viewed 93 Times
Sending E-Mail in ASP.NET and C#
Tutorial by tamilcodes.com
Sending e-mail in asp.net is a simple two step process. First you have to add the mail settings in the web.config file. Adding this will enable your site to send mail. Next, Create a aspx page to send mail using this settings. This code can be used in any other pages to send mail.
Added on: 5/13/2009 Rating: 3 Viewed 50 Times
Converting Virtual Directory into an Application to run ASP.NET in IIS
Tutorial by tamilcodes.com
Whenever you created an asp.net website using VWD or Visual studio (Which worked perfectly) and then tried run the same site through IIS (Internet Information Server) you may encounter the following error:- Server Error in '/' Application.
Added on: 5/13/2009 Rating: 3 Viewed 44 Times
Integrating FCKeditor in ASP.NET
Tutorial by tamilcodes.com
FCKeditor is the most popular online HTML text editor and widely used in most of the web sites. It comes with an FCKeditor.NET control exclusively for ASP.NET applications. However there are no proper instructions or tutorial on how to integrate the FCKeditor into your ASP.NET websites.
Added on: 5/13/2009 Rating: 3 Viewed 29 Times
Encrypting Connection Strings in web.config file
Tutorial by beansoftware.com
ASP.NET stores all the configuration information in plain text files called web.config and machine.config files. We store all vital information including database connection strings, user names, passwords for the databases. Thus you end up storing all sensitive information in vulnerable plain text files which is nothing but security compromise.
Added on: 4/21/2009 Rating: 3 Viewed 45 Times
GridView Custom Paging
Tutorial by highoncoding.com
GridView control provides you with an easy way to display the number of items on the page without taking much space with the help of paging.
Added on: 4/21/2009 Rating: 3 Viewed 56 Times
Sending emails using Asp.net
Tutorial by highoncoding.com
Microsoft.NET framework provides many rich class libraries which makes the life of developer easy. Sending emails could not be more simpler than which, is provided in Asp.net.
Added on: 4/21/2009 Rating: 3 Viewed 58 Times


Themeforest
Graphic River
Active Den