preload ASP.net / asp / html page with js,css files

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>

web deploye Visual Studio 2005

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

Send Email Methods

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 [...]

ASP / VBscript

http://www.cheat-sheets.org/saved-copy/asp_cheat_sheet.png

ASP.Net Page LifeCycle

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 [...]