about asp:button

  • Thread starter Thread starter Rena
  • Start date Start date
R

Rena

Hi,
are there any built in button have the feature to open a new window, just
like having <a href with "target" attribute??

because I perfer not to use native HTML as much as possible.

Thanks.
Rena.
 
Rena,

On most modern keyboards there is a button like that yes.

Or do you mean somewhere else?

Cor
 
No, with the <asp:Button> you can cause a postback, but to open a new
window you'll need to use Javascript, i.e. window.open()

Marcie
 

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