S
Seema
I have a menu on my web form. Each menu item has 25 subitems. its values are
Production, jobTickets, configuration etc. My question is that when I click
subitems Production it should call funtion fun1() and when I click on
jobTickets it should call function fun2(). So how can I pass the
values(production, jobTickets, configuration etc) to MenuItemClick method .
Production, jobTickets, configuration etc. My question is that when I click
subitems Production it should call funtion fun1() and when I click on
jobTickets it should call function fun2(). So how can I pass the
values(production, jobTickets, configuration etc) to MenuItemClick method .