Click here to Skip to main content
15,920,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i have a textbox when the text changes for this textbox a textboxchange event will fire.

but i am changing the textbox value by populating the textbox from a help window.

a help window will display a list of items. on selecting any one item, the value is send to the textbox on the parent page.

Textbox value is changed but the event does not get fired.

on changing the textbox value through keyboard it fires.
Posted

1 solution

I am not sure but i think event not fire because your focus is not on the parent page that's why text box event not fire.

Try javascript '__doPostBack()' function it can call server event.
 
Share this answer
 

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