Posted on: 5/16/2014 5:00:26 PM | Views : 251

I have a menu control that is displayed exactly how I want it to, with one exception. My menu control is pretty dynamic, and may include links to things, but a static element is a "Save" option in the menu. When I run the application in Google Chrome, I don't get any issues, but in Internet Explorer it messes with other parts of the screen. The Menu is on a Master Page, and it either does the navigation of the button or performs the task. 
On the MenuItemClick event, I fire a custom event that saves the data on the child page. This function works fine. For some reason though, when nothing is defined in the Navigation Url, the page will do the task that is needed, but then hide a seperate element on the page causing everything to shift up. If I put a "javascript:void(0);" in the Navigation Url, the error stops but the event doesn't fire. I tried adding a Trigger for postback on the Update Panel the menu sits in, but no difference.
Does a ...

Go to the complete details ...