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
What does occur first in ASP.Net, Authentication or Authorization?
What is syntax code to send email from an asp.net application?
Explain about the Class view window?
Why viewstate is used in asp.net?
How does session authentication work?
What is cookies cache and session?
Differentiate between client-side and server-side validations in web pages.
What is clr? Difference between clr & cts?
Explain the basic functionality of garbage collector?
Is asp.net mvc still used? : Asp.Net MVC
Which is better viewstate or session?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What do you understand by aggregate dependency?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is a web pool?