menu

  • Thread starter Thread starter nil
  • Start date Start date
N

nil

Hello Everyone .......i created menu using Css and HTML code..but i
want it to display submenu when mouse is over on the horizontal
strip...but it's not working and either it show all the menu or not
when the page is loaded......so what should i do?

and seconde problem is that i want it to show some option when user
login and all option when admin login.....means i want to show menu
items according to user privilages...so for that what should i do?
can anyone send me the code snippet?


Thanks & Regards,
Nil Thakker,
"Problem is just the distance between the expectation and the reality"
 
Nil,

At least I would go for your question to the newsgroup
dotNet.Framework.Adonet although your question is almost not reasonable to
answer if you don't sent some relevant parts of your code as it is now.

Cor
 
Cor said:
Lol,


microsoft.public.dotnet.Framework.ASPNET

sorry

Cor

Ok no prob and thanks for reply but i got the solution of my
prob...but can you tell me if i am using frameset and i set the header
path to the form that contains menu then how can i display form in the
main window of the frameset according to the link clicked in the
menu....or should i use the same code in each and every form of the
application in which i want to show menu...or is there any method that
i can put my code in one function and then call it from every form from
which i want to show menu.......plz tell me what should i do?

Thanks & Regards,
Nilesh Thakker
"Problem is just the distance between the expectation and the reality"
 
Nil,

I assume that you use masterpages, on that residence the menu, the other
forms are a kind of frame (not realy) inside that.

Cor
 
Cor said:
Nil,

I assume that you use masterpages, on that residence the menu, the other
forms are a kind of frame (not realy) inside that.

Cor

no i am using vb.net2003 so there is no master page and i am not
getting what to do?so you suggest me someting so that i can show menu
in all those pages in which menu is required......

Thanks & Regards,
Nilesh Thakker
"Problem is just the distance between the expectation and the reality"
 
Nil,

That is not easy to do on version 2003, why do you not try the express
version from 2005.

Cor
 
Cor said:
Nil,

That is not easy to do on version 2003, why do you not try the express
version from 2005.

Cor

this is i am doing as a part of my study and the institute for which i
am developing this want it in .net2003 so any technique?then plz let
me know........

Thanks & Regards,
Nil
"Problem is just the distance between the expectation and the reality"
 
NIl,

You can create an I framepage in ASPNET. It is a little bit trying, the
frame should be on a panel and in the I frame html part should be written.
Runat = Server.

Than you can scrap any menu from the Net and use that with redirection.

Cor
 
Back
Top