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
Which validator control you use if you need to make sure the values in two different controls matched?
What is enableviewstate?
How do you implement sql caching in asp.net?
What is httpresponse?
How can we apply themes to an asp.net application?
Explain client-side scripting?
Out of ASP or ASP.NET which one is stateless?
How does output caching work in ASP.NET?
What are the differences between the response.write() and response.output.write()?
How to use ipostback?
What are the two types of web pages?
How can u debug your .net application?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What are the session variables?
Explain about secure socket layer?