Click here to Skip to main content
15,913,325 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have use button and text box inside ajax update panel. when user click on button it display model pop up the new page. form that page the user select(Click on) value that value is set into the parent page text box at that time the text box changed event not fire.
Posted

whole page take under a update pannel or use update trigger
 
Share this answer
 
I think you missed something.

Add AutoPostBack="true" to the textbox
Add AJAX Trigger for the appropriate object

Check & let us know
 
Share this answer
 
v2
Comments
keyur soni 18-Nov-10 23:47pm    
Every thing is fine. when i am press tab button it fire.Here i am set the focus() for another control then it work.
script = "<script language='javascript'>window.parent.document.forms[0].ctl00_cphPageContent_hdnCPTId.value='" + CPT_Code + "';window.parent.__doPostBack('ctl00$cphPageContent$lnkSubmit1','');window.parent.document.forms[0].ctl00_cphPageContent_txtDOSFrom.focus();</script>";
here i am write above script on select link of the pop up page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900