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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top