How do you a replicate a set of controls across a number of
ASP Pages

Answers were Sorted based on User's Feedback



How do you a replicate a set of controls across a number of ASP Pages..

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

How do you a replicate a set of controls across a number of ASP Pages..

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

Post New Answer

More ASP.NET Interview Questions

what is machine key error in asp.net? how to solve it?

1 Answers  


What is cross page posting in asp net?

0 Answers  


What are the advantages and disadvantages of session?

0 Answers  


What are the security types in asp.net?

0 Answers  


In what order do the events of an ASPX page execute, As a developer is it important to understand these events?

4 Answers  


What is the difference between adding reference in solution explorer and adding references by using ?

0 Answers  


how can u create the forms authentication?and what is the difference between forms authentication and windows authentication?

2 Answers   IBM,


What is a reflection?

0 Answers  


How many types of Stored Procedures in SQL Server

4 Answers   Mind Tree,


what is managed and unmanaged code?

4 Answers   Microsoft,


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?

1 Answers   Siebel,


What is state management in .net?

0 Answers  


Categories