If you have to replicate a set of controls(UI) across a
number of web pages, what will you do
Answer Posted / xxx
we can create user control to avoid replicate a set of controls
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the asp.net 2.0 features?
What are main return types supported in Web API?
What are the Types of session management in ASP.NET
How does asp net store session ids by default?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Do you know using sql cache invalidation?
How do we access view state value of this page in the next page?
Define asp.net caching?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the various session state management options provided by asp.net?
Why is an object pool required?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
How do you do Client-side validation in .Net?