Dear all,
very new to asp.net 2.0.need help urgently.
suppose i have 3 pages.
page1-
textboxname
textboxage
textboxAddress
page2-
textboxname
btnSubmit
textboxage
textboxAddress
page 3-
textboxname
textboxage
textboxAddress
labelgreetings
so u can see,in all the 3 pages i hv 3 common fields textboxname,tex tboxage
textboxAddress. so my ques is can i first create a master page having those 3 common controls and can use it for 3 content pages.is master page only for look/feel or i can use it 4 this purpose also.i need some of the common fields 2 b disabled in content pages.and my content page's controls will be inserted in between master page's control.
in real scenario,i hv arnd 15 fields common.plz suggest me the right way 2 do it...waiting
Lipsa
very new to asp.net 2.0.need help urgently.
suppose i have 3 pages.
page1-
textboxname
textboxage
textboxAddress
page2-
textboxname
btnSubmit
textboxage
textboxAddress
page 3-
textboxname
textboxage
textboxAddress
labelgreetings
so u can see,in all the 3 pages i hv 3 common fields textboxname,tex tboxage
textboxAddress. so my ques is can i first create a master page having those 3 common controls and can use it for 3 content pages.is master page only for look/feel or i can use it 4 this purpose also.i need some of the common fields 2 b disabled in content pages.and my content page's controls will be inserted in between master page's control.
in real scenario,i hv arnd 15 fields common.plz suggest me the right way 2 do it...waiting
Lipsa
Comment