Answer Posted / pandi g s
1. Use ordinary HTML control instead of Server control if
used for display purpose
2. Disable the vieestate of the control if controls need
not to retain values across postback
3. Use data repeater instead of gridview since repeater
render less HTML
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Define the term Scavenging in Caching?
What is client side state management?
Where code pages are used?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Which dll handles the request of .aspx page?
Can you set the session out time manually?
Explain the advantages of passport authentication.
What is cookieless session id explain in brief?
What are the Types of session management in ASP.NET
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Explain State management in asp.net
What is http request and response?
Explain the various authentication mechanisms in asp.net.