老外论坛上的东西,新手可以参考下。
http://forums.asp.net/t/1360420.aspx
1         JavaScript1.1        How to get client date and time1.2        How to access a control by using JavaScript1.3        How to invoke a server-side function with JavaScript1.4        How to retrieve server side variables using JavaScript code1.5        How to assign a value to a hidden field using JavaScript in ASP.NET1.6        How to register the JavaScript function at Code-Behind1.7        How to display images with a delay of five seconds1.8        How to get browser screen settings and apply it to page controls1.9        How to clear the session when the user closes a window2         Ways to pass data between pages2.1        How to use cookies2.2        How to use QueryString2.3        How to use Session2.4        How to use Context2.5        How to use PreviousPage2.6        How to use Submit Form2.7        How to use Server.Transfer3         File Upload3.1        How to upload a file3.2        How to upload multiple files at once3.3        Why upload fails when using an ASP.NET FileUpload control to upload large files3.4        How to upload an image files only3.5        How to get a File Upload control work with an UpdatePanel4         Calendar4.1        How to change the culture settings for a Calendar4.2        How to select multiple non-sequential dates at Code-Behind4.3        How to disable some dates in Calendar control4.4        How to extend Calendar control for Server-Side validation4.5        How to set ToolTips and links in Calendar control’s DayRender event4.6        How to give some dates different appearances5         List controls5.1        How to enable ASP.NET DropDownList with OptionGroup support5.2        How to disable an item in DropDownList5.3        How to hold the selected value for a DropDownList6         User control6.1        How to add a new property to UserControl6.2        How to access a dynamically created UserControl6.3        How to access a control inside a UserControl7         Dynamic controls7.1        How to create a dynamic control7.2        How to access a user entered value in a dynamic created TextBox control7.3        Dynamic controls accessed by JavaScript7.4        How to retain all added server controls dynamically after post back7.5        Why dynamically created controls disappear after a post back8         Style8.1        How to use with Code-Behind8.2        How to use with JavaScript8.3        How to remove a space8.4        How to use with html8.5        How to set an image as Button’s background8.6        How to color items in ListBox9         Print9.1        How to print a part of a web page with CSS9.2        How to print a part of a web page with JavaScript (1)9.3        How to print a part of a web page with JavaScript (2)10    Mail10.1   What classes are needed to send e-mails in ASP.NET10.2   How to send emails by using System.Net.Mail10.3   How to configure a SMTP Server10.4   How to send an email with Gmail server