Posted on May 15, 2008 by geneticvital
download preload from the left link and change its extension from preload.doc to preload.html and enjoy
you can also use this preload-script
<style type=’text/css’>
body{
display:none;
}
</style>
<script type=’text/javascript’>
function showContent(){
document.body.style.display = ‘block’;
}
window.onload = showContent;
</script>
Filed under: Asp.NEt, HTML tweeks | Tagged: asp, Asp.NEt, css, files, html, js, page, preload | 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 »