|
|
|
|
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:
|
Viewed
93 Times
|
|
|
|
|
|
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:
|
Viewed
50 Times
|
|
|
|
|
|
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:
|
Viewed
44 Times
|
|
|
|
|
|
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:
|
Viewed
29 Times
|
|
|
|
|
|
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:
|
Viewed
45 Times
|
|
|
|
|
|
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:
|
Viewed
56 Times
|
|
|
|
|
|
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:
|
Viewed
58 Times
|
|
|
|