How do you a replicate a set of controls across a number of
ASP Pages
Answer Posted / 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 |
Post New Answer View All Answers
How do I open an ashx file in windows 7?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
How do you design a website with multilingual support in ASP.NET ?
Which method is used to force all the validation controls to run?
Explain how viewstate is being formed?
List the asp.net validation controls?
What is application in asp net?
What is the difference between session.abandon() vs clear()?
What are httphandlers and httpmodules and difference between them?
Can you explain one critical mapping? Performance issue which one is better?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Why and where this web.config file is used?
What are type/key pairs in client script registration?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
How would you create a permanent cookie?