i have created a dynemic menu control that read his data from a XML file
the problem accures when i click the items
an automatic post back accures - the link assigned to every item was: "javascript: __doPostBack( .., .. )"
but i don't want to post back, i just want to deal with it local - client side
how do i do that instead of postback some other sub will be called from the script section ?
if such thing not possible, can anyone recomend on a good way to build such menu . . .