Hamza Khalid

Stay Agile, Expect Change

Browse by Tags

All Tags » Asp.net (RSS)
Sorry, but there are no more tags available to filter with.
Build Process Optimization in VS2005
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...
Posted: Feb 23 2007, 04:44 PM by hamza khalid | with no comments
Filed under:
Server.CreateObject() in C# and VB
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...
Posted: Nov 20 2006, 03:25 PM by hamza khalid | with no comments
Filed under:
ASP.NET Page Life Cycle
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:
Posted: Sep 25 2006, 11:25 AM by hamza khalid | with no comments
Filed under: