Postback

  • Thread starter Thread starter Sandeep
  • Start date Start date
S

Sandeep

Hi

I have a web page on which i want that if certain action took place then
page should automatic postback to itself

how to acheive this

form.postback
or what


Regards

Sandeep
 
I have a web page on which i want that if certain action took place then
page should automatic postback to itself

If you add a control with the runat property set to server it will
automatically postbact to handle the event.

Hope this helpe

Blu
 
Back
Top