Browse by Tags
All Tags »
Asp.net (
RSS)
Sorry, but there are no more tags available to filter with.
Introduction: VS2005 takes a lot of time to build 'Web Site Projects' which is frustrating and cumbersome. Here are some optimizations that will make the build process much faster. Step 1: Changing Target Platform Description: By default project target...
consider the following code written in C# that utilizes the classic ASP CDONTS Class to send email Object obj=new Object(); obj=Server.CreateObject("CDONTS.NewMail"); obj.To =" abc@xyz.com " ; obj.From =" abc@xyz.com " ; obj.Subject="Test" ; obj.Body...
Yesterday I found this cool diagram on google drawn by Léon Andrianarivony that shows asp.net 2.0 page life cycle events. http://pointerx.net/photos/screenshots/images/852/original.aspx Share this post: