Answer 1
The problem is the menu items works only when one clicks at the text area but if some one clicks on the blank area after the text it does not work. I thought of OnClientClick event but it is not there for asp:MenuItem . How can I achieve this so that no matter where one clicks on the software menu item he is taken to the proper page.
Answer 2
hi,
maybe you colud try their way:
http://forums.asp.net/t/1234690.aspx
or
you could add click event on client pageLoad(asp.net ajax or jquery)