How to pass a parameter from pop-up window to parent window

liunx

Guest
I'm stil new in asp.net. I wan to open a pop up window and return the search result to the parent window.

pls help. thx in advanceI hv successfully past the seach result back to the parent window. But now i face another problem. I cant trigger a postback to invoke some server code. I have try this code, but i cant work 4 me.

txtCustID.Attributes.Add("OnTextChanged", Page.GetPostBackEventReference(cmdRefresh))
 
Back
Top