How do you display the Menu? Using asp.net Menu control or using ul tag?
If you could post the relevant code, it might be easier for us to help you solve your problem.
Besides, I suggest you could use a hidden field to store the active menu information (the index or id property), then when page reload, based on the selected value reset the active menu,
Best regards,
Dillion
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
31 Posts
Design isue
Apr 20, 2017 06:18 AM|siddangoud|LINK
Hi all
i have div tag inside i have many sub menu , each menu is doing specific task. like one for insert emp records. one for edit emp ,one for delete emp.
my issue is:
when i click on insert menu,,
i have some fields for insert emp records. after inserting emp records succesfully.
i want to stay with same menu item which i clicked,, but it is not happening for my code.
i am using single aspx page in that ,
i am naveigateing the same page,
Participant
968 Points
610 Posts
Re: Design isue
Apr 20, 2017 07:05 AM|shivanand G N|LINK
Post your code.
shivanand.G.N (shivu.betta@gmail.com)
All-Star
45439 Points
7008 Posts
Microsoft
Re: Design isue
Apr 21, 2017 07:49 AM|Zhi Lv - MSFT|LINK
Hi siddangoud,
How do you display the Menu? Using asp.net Menu control or using ul tag?
If you could post the relevant code, it might be easier for us to help you solve your problem.
Besides, I suggest you could use a hidden field to store the active menu information (the index or id property), then when page reload, based on the selected value reset the active menu,
Best regards,
Dillion
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.