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 is the difference between union and structure?
How can we pass info between 2 asp.net pages?
What is the typical session identifier?
What is asp net application object?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain authorization levels in .net ?
How will create assesblies at run time?
What is the mvc framework?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is latest version of asp.net mvc? : Asp.Net MVC
What is autopostback true?
What is the difference between executescalar and executenonquery?
What is http session state?
Explain diff. Between friend and protected friend?