RaiseEvents between pages

  • Thread starter Thread starter sri_san
  • Start date Start date
S

sri_san

Hello,
I have 2 aspx pages(say P1 and P2) and would like to pass events
from one page to another. As soon as a submit button in P2 is clicked,
I need to process some stuff, close the page and pass some info from P2
onto P1. I tried to use RaiseEvent but unable to make it work.
Any ideas?

Thanks,
Sam.
 
Back
Top