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
How can you register a custom server control to a web page?
Explain Session state management options in ASP.NET.
Explain the difference between the web config and machine config.
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How many validators do ASP.NET have?
What does passport and windows authentication mean in ASP.NET?
How does session work?
Explain the different parts that constitute ASP.NET application?
How long does an http session last?
How to create events for a control?
What are tuples?
What is the difference between the response.write() and response.output.write() methods?
How can we register exception filter from the action?
Explain diff. Between friend and protected friend?
What is difference between view state and session state?