Autopostback for buttons

  • Thread starter Thread starter Steffen Loringer
  • Start date Start date
S

Steffen Loringer

Hi,

how can I switch of AutoPostBack for a single button on my page?
(the button is only used for a popup)

Thanks,
Steffen
 
You could use the HTML control button instead of the web control button so
as not to have the button postback.
i.e.
Choose HTML option (rather than the Web Forms option) in from the toolbox
and drag "button" to you page. This button won't have an autopostbase and
you could manage it as an HTML button.

Hope this helps you
Regards
Mohamed El Ashmawy
MEA Developer Support Center
ITWorx on behalf of Microsoft EMEA GTSC
 
Back
Top