views:

170

answers:

0

I have an aspx page with ScriptManager defined like this -

When the user click a link button on this page (the linkbutton is inside a control), the event 'ScriptManager1_Navigate' is raised. Why is that? How do I prevent the 'ScriptManager1_Navigate' event from firing?

Thanks!