how to implement the alert box and confirm box in asp.net application

  • Thread starter Thread starter sonu
  • Start date Start date
S

sonu

how to implement the alert box and confirm box in asp.net web
application
through c#

any help please

Sonu
 
Sonu,

You need to do it in Javascript, since these are client side operations.
You need to place a piece of javascript in your markup that is returned (the
HTML) which will make the appropriate calls.
 
how to implement the alert box and confirm box in asp.net web
application
through c#

any help please

Sonu

See the answers to your previous message in this group.
 
Back
Top