Performance is the prime factor in the development of all type of applications. It becomes extremely important for a web application. Here are some guidelines for improving the application performance.
On the ASp.net Side
Streamlining Web Application Performance
Best Practices of Compact Framework
ASP.Net always use Viewstate to retrieve value isn't it. If you disable viewstate how the code behind could retrieve values from rendered HTML controls?
Also for Excel Like Form (Multi Rows Entry) how to optimize that form from viewstate. It could become really really huge.
Stored procedures use compiled execution and executes dramatically faster than text queries.
This statement is wrong t-sql is also compiled check books online it's in there