hi guys,
I would like to load menu based on user login. how can i do this.Should i
have a different copy of menu for each user?
thanks in advance
raj
Printable View
hi guys,
I would like to load menu based on user login. how can i do this.Should i
have a different copy of menu for each user?
thanks in advance
raj
One way would be to keep your user info in a database. This will include
some form of menu definition, which you will use to create the menu on the
fly.
--itai
"raj74" <rwave74@yahoo.com> wrote in message
news:3e2110d8$1@tnews.web.devx.com...
>
> hi guys,
>
> I would like to load menu based on user login. how can i do this.Should i
> have a different copy of menu for each user?
>
> thanks in advance
> raj
Hi,
you can use XSL for the same, maintain the diffrent set of menu for different
type of users in XML file. Parse both the file to generate menu runtime.
"Itai Raz" <notreadingthis@hotmail.com> wrote:
>One way would be to keep your user info in a database. This will include
>some form of menu definition, which you will use to create the menu on the
>fly.
>
>
>--itai
>
>"raj74" <rwave74@yahoo.com> wrote in message
>news:3e2110d8$1@tnews.web.devx.com...
>>
>> hi guys,
>>
>> I would like to load menu based on user login. how can i do this.Should
i
>> have a different copy of menu for each user?
>>
>> thanks in advance
>> raj
>
>