master page
-
hello sir sir i am using master page in my web application. i am using asp.net with c#. in my webform i have some btn,text label control which is I want to use on master page. how is it possible. pls tell me details code. gayatri
Gayatri
For using Master page you need ti knwo about ContentPage, ContentPlaceHolder. ContentPage is your pages and contentplaceholder holds content pages.
niki_nilu wrote:
in my webform i have some btn,text label control which is I want to use on master page.
you need to use this as ContetPage and give the ContentPlaceholderID in it. and use content place holder in master page. Please Check This Link Master Page in asp.net 2.0[^] Its very good link , where you can get basic of Master Page. if you have any problem , ask here !!!
cheers, Abhijit