There's got to be a way to do this. How do you disable the postback on a WebDataMenu MenuItem? So if I just want a sub-menu item to have children but not have any functionality for itself.
Thanks
Hi,
if you have turned on postback using AutoPostBack flags, then postback is turned on per control basis. If you want to do a postback for specific item you have to configure a navigate URL that will post to your page.
Thanks,
Lubomir
Hello again Lubomir, I'm not sure I understand your answer... or maybe my question wasn't clear. As far as I can see there is no AutoPostBack property for any control in the WebDataMenu. Also, I'm not trying to postback, I'm trying to avoid a postback on any given node in the menu.
Assuming there is an AutoPostBack property that I didn't see, it would be set to true by default. If this is the case, how would I stop any node in the menu from posting back.
Thanks for your help.