P
PrashanthNagaraj
How to throw an event in an asp.net page and handle that
event on another page such that the page where the event
is handled is posted back to the server in response to the
event. For Example if I click a button in a.aspx page ,
b.aspx page should pop out in a different window and if I
select a text from a listbox in b.aspx then how do iI
close b.aspx and render the selected text(in b.aspx) to a
text box in a.aspx?
event on another page such that the page where the event
is handled is posted back to the server in response to the
event. For Example if I click a button in a.aspx page ,
b.aspx page should pop out in a different window and if I
select a text from a listbox in b.aspx then how do iI
close b.aspx and render the selected text(in b.aspx) to a
text box in a.aspx?