Posted on March 31, 2008 by geneticvital
If you want to create Database Scripts, Object Scripts or insert statements of SQL server database, download this file SQL SCRIPT GENERATOR and convert its extenstion to *.rar and then extract it
go to bin’s folder and execute “GenDBScripts.exe” and enjoy
Filed under: Sqlserver | Tagged: Database Scripts, insert statements, object scripts, SQL, sql server 2000, sql server 2005 | Leave a Comment »
Posted on March 17, 2008 by geneticvital
Go to
http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx
download it, install it and restart ur visual studio, now u can see “applicationName_deploy” after right click on the applciation/project for deployement.
Get this “.exe” file in form of “.doc” here … webdeploymentsetup.doc
Filed under: Asp.NEt | Leave a Comment »
Posted on March 14, 2008 by geneticvital
http://www.powerasp.com/content/new/sending_email_cdosys.aspIf you are using a Windows 2000 / 2003 Server, or even XP Pro chances are that CDOSYS is your best bet for sending email from Active Server Pages. That is because CDOSYS is installed on all of them by default. Gone are the days of using CDONTS which was the old way of sending [...]
Filed under: Asp.NEt | Tagged: asp, Asp.NEt, cdo, email, remote, send | Leave a Comment »
Posted on March 5, 2008 by geneticvital
http://www.cheat-sheets.org/saved-copy/asp_cheat_sheet.png
Filed under: Asp.NEt | 2 Comments »
Posted on March 5, 2008 by geneticvital
http://www.developerfusion.co.uk/res/content/1762/Image1/
ASP.NET
ASP.NET Page Life Cycle Overview
When an ASP.NET page runs, the page goes through a life cycle in which it performs a series of processing steps. These include initialization, instantiating controls, restoring and maintaining state, running event handler code, and rendering. It is important for you to understand the page life cycle so that [...]
Filed under: Asp.NEt | Leave a Comment »