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
What is the difference between the asp and asp.net?
What is difference between inproc and outproc?
Explain the difference between debug.write and trace.write? When should each be used?
How does u get record no from 5 to 15 from a dataset of 100 records?
Does google crawl redirects?
What is cross page posting? How is it done?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Which property is used to identify the Page is Post Back in ASP.NET?
Difference between response.redirect and server.transfer?
What do you understand from custom control?
What is preprocessor in .net and type, where it use?
What is the default Orientation property in a Menu control?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are early binding and late binding.
What is the usage of DelegatingHandler?