G
gnewsgroup
I have a Menu control which is data bound to an xml document. I would
like to add a separator ("|") between two menu items.
I googled and found this: http://forums.asp.net/p/942408/1129699.aspx
So, I declared
OnDataBound="Menu1_DataBound"
in my menu declaration and implemented the DataBound event handler as
shown in the asp.net forum.
But, when check it out from my browser, I get this exception:
CS0123: No overload for 'Menu1_DataBound' matches delegate
'System.EventHandler'
How come? Thank you?
like to add a separator ("|") between two menu items.
I googled and found this: http://forums.asp.net/p/942408/1129699.aspx
So, I declared
OnDataBound="Menu1_DataBound"
in my menu declaration and implemented the DataBound event handler as
shown in the asp.net forum.
But, when check it out from my browser, I get this exception:
CS0123: No overload for 'Menu1_DataBound' matches delegate
'System.EventHandler'
How come? Thank you?