Click to See Complete Forum and Search --> : easy question about menus
davidrobles23
10-27-2003, 04:31 PM
hi, im newbie in asp.net and i have learned somenthing about forms but i dont know how to make menus that display in all the pages the same way, and that with changing the menu in one changes all the menus. Anybody could tell me what subject i should search to find about that?
PeOfEo
10-27-2003, 04:45 PM
excuse me? asp.net is server side so it will not be as fluid for design features. I am not sure if thats what you wanted, but I think you were more refering to a js file. You can always just use visible and invisible objects to lump all of your code together and you can also use an iframe or an include. ASP.NET was really not designed to a site layout tool though, it was designed for functionality such as logins and content, whereas for layout and things of that nature you would use client side scripts.