Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

I am working on ASP.NET with C# Project . There are some User Control of Menu control. User Control is dynamic added on Master page Load Event. Content is also changed on Menu Selection in same page.

But Some time One Click [void menuItemClick(.....)] Event is not working.
If again Click on Menu then Working.

That means Break Point is also not Catch to MenuItemClick(....) on One Click that caught on again Click....


Help me..



Thank's in Advance...
Posted

1 solution

Check the menu navigation is written in java script or what.
if it is javaScript means u need to wait until the client side event is completed and than click on menu link button.
 
Share this answer
 
Comments
Niranjankr 16-Nov-11 23:42pm    
Sorry....
It's menu navigation is written in Server Side code with C#.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900