Ajax question

  • Thread starter Thread starter Greg Smith
  • Start date Start date
G

Greg Smith

I am new to Ajax. I would like to add a validate .Net button to a
ModalPopupExtender. It seems that any .Net button closes the popup
after a click.

Is it possible to have it not close the popup after the click event or
can this only be done with a HTML button? If so, can a HTML button fire
some C# code or just Javascript?

Any help is greatly appreciated.
 
you just put it on if you still want it to be visible

Me.ModalPopupExtender1.Show()

I use several buttton just one for closing the other and with the show event
 
you just put it on if you still want it to be visible

Me.ModalPopupExtender1.Show()

I use several buttton just one for closing the other and with the show event
 
Back
Top