yes you can use the menuitemclick event like so...
protected sub MenuID_MenuItemClick(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.MenuEventArgs) Handles MenuID.MenuItemClick
if e.item.value="item value here" then
'this is where you perform the action
end if
end sub
------------------------------------------------
Jeff Turner (
simpleModus)
Don't forget to mark the correct answer for your
question to help out future visitors!