How do you a replicate a set of controls across a number of
ASP Pages
Answers were Sorted based on User's Feedback
Answer / chellamnaidu
Create master page containing the set of controls that you
wants to appear on other pages and then use the
ContentPlaceHolder controls to define the locations where
the sub pages can plug in the content of their own.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shivendra pandey
Simply create user control so that on each page just drag
and drop user control to give same set of control.
In visual studio 2.0 u can use master page
Is This Answer Correct ? | 2 Yes | 0 No |
what is machine key error in asp.net? how to solve it?
What is cross page posting in asp net?
What are the advantages and disadvantages of session?
What are the security types in asp.net?
In what order do the events of an ASPX page execute, As a developer is it important to understand these events?
What is the difference between adding reference in solution explorer and adding references by using ?
how can u create the forms authentication?and what is the difference between forms authentication and windows authentication?
What is a reflection?
How many types of Stored Procedures in SQL Server
what is managed and unmanaged code?
What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?
What is state management in .net?