Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
run code behind but do not post back
posted

Hi,

I am using the webimagebutton to modify a database record, (save the current view as default).  The data gets saves when the vb code behind is executed, but the page does a postback and reloads with the original defaults.  How can i stop the postback after the code behind executes?

Thanks

Parents
  • 75
    posted

    I forgot to add that setting AutoSubmit="false" stops the postback sure, but also stop the code behind from executing.

    Any help would be greatly appreciated.

    Thanks

Reply Children
No Data