Answer Posted / bhuvana
The Repeater ,DataList, ASP.NET server controls and ASP.NET
mobile controls are templated controls. The DataGrid
control is not strictly a templated control, but uses
templates to customize its user interface.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the advantages of caching?
What is cross page posting in asp net?
Define globalization and localization.
IN an ASP.NET Web application if there is any error, how can you debug?
What is the purpose of App_Code folder in ASP.NET? Why we this?
How can we register exception filter from the action?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What are the disadvantages of asp.net?
Is viewstate enabled by default?
Why we are using mvc instead of asp.net? : Asp.Net MVC
Where web.config file is used?
What are the HTML server controls in ASP.NET?
What parameters can you pass in the url of the api? Can get and post use the same url?
Can you change a Master Page dynamically at runtime?
Explain repository pattern in asp.net mvc? : asp.net mvc