-
Jul 17th, 2011, 05:58 AM
#1
ASP.NET FAQs [updated July 17 2011]
ASP.NET FAQs
The following is a list of frequently asked questions for working with ASP.NET, including PostBacks, working with ASP.NET Server Controls, Sessions, ViewState, etc.
Sections in this Page
For all languages:
ASP.NET Server Controls:
If you can think of a "frequent" question (and preferably an answer to it as well) that you think should be added to these FAQs, please see this thread.
____________________________________________________________
Recent Additions
- July 17 2011 : Created the FAQs thread
____________________________________________________________
General
ViewState
Session
QueryString
Using the web.config file
- What is the web.config?
- How can I encrypt/decrypt sections within the web.config file?
Using the global.asax file
- What is the global.asax file?
Logging
Installation
Deployment
Hosting
- Where can I find a good Web Host?
- Where can I find a free Web Host?
Event Handling
AJAX
Commenting your code
- Why should I comment my code?
- How do I add XML Comments to my code?
Databases
Screen Scraping
- What is Screen Scraping?
- How can I screen scrape a Web Page using WebClient?
- How can I screen scrape a Web Page using HttpWebRequest?
- What is the HTML Agility Pack?
Http Modules
Http Handlers
Data Input Validation
- What are the ASP.NET Validation Controls?
- How can I create Custom Validation Controls?
- How can I validate, for example, an email address from the user?
General
- Why does the ASPX markup that I create change when sent to the client?
- What is the ClientID?
- How can I access the ClientID of a Server Side control on the Client side?
GridView
- How can I change the look and feel of my GridView?
- How do I display the sum of a column in a GridView?
Last edited by gep13; Jul 30th, 2011 at 02:34 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|