beginners question
-
Hi All, Im very new in asp.net and i want to make my first website. my question is,i have a menu and i want that when the user cliks on a menuitem, that the other page that opens also contains my menu. can anyone explain to me how can i do that? thanx.
-
Hi All, Im very new in asp.net and i want to make my first website. my question is,i have a menu and i want that when the user cliks on a menuitem, that the other page that opens also contains my menu. can anyone explain to me how can i do that? thanx.
Use Master Pages, design those items (like menus which should appear in all pages in a Master Page) and then later design content pages for the master page. for more info on Master Pages search in Google
-
Hi All, Im very new in asp.net and i want to make my first website. my question is,i have a menu and i want that when the user cliks on a menuitem, that the other page that opens also contains my menu. can anyone explain to me how can i do that? thanx.
if you are using Asp.net 2.0 , best to use master page
cheers, Abhijit
-
Use Master Pages, design those items (like menus which should appear in all pages in a Master Page) and then later design content pages for the master page. for more info on Master Pages search in Google
Hi Anuradha, Thanx for your reply i will for sure take a look on masterpages. Bud i was just wondering, is it also possible to copy and paste the whole menu into all the other pages?? is that a correct way?? thanx.
-
Hi Anuradha, Thanx for your reply i will for sure take a look on masterpages. Bud i was just wondering, is it also possible to copy and paste the whole menu into all the other pages?? is that a correct way?? thanx.
KamarBand wrote:
is it also possible to copy and paste the whole menu into all the other pages??
no need to copy paste. it's like Frameset in html. please go through this link, it will help you Master Page in ASP.Net 2.0[^]
cheers, Abhijit
-
KamarBand wrote:
is it also possible to copy and paste the whole menu into all the other pages??
no need to copy paste. it's like Frameset in html. please go through this link, it will help you Master Page in ASP.Net 2.0[^]
cheers, Abhijit
ok thanx abhijit.