Hi,
I was building a proof of concept demo site and wanted to pull off the following scenarios:
1) I have a textbox or any control in the master page and through client-side javascript(on keydown) I want to get a reference to a control that is in a child page and do a post back on that control(more than likely a grid).
2) Do the reverse of scenario 1) and get a reference to a control and update it on the master page or another child page using javascript from a child page.
and I need to figure out 1) and 2) for Webusercontrols also.
I haven't been able to find a good example of how to reference controls through javascript from master pages that are in child pages(or user controls) or the reverse of this situation.
if you could post some links to sample projects/sample code or links to other threads or documentation on this topic.
any help would be appreciated.
thank you.
I was building a proof of concept demo site and wanted to pull off the following scenarios:
1) I have a textbox or any control in the master page and through client-side javascript(on keydown) I want to get a reference to a control that is in a child page and do a post back on that control(more than likely a grid).
2) Do the reverse of scenario 1) and get a reference to a control and update it on the master page or another child page using javascript from a child page.
and I need to figure out 1) and 2) for Webusercontrols also.
I haven't been able to find a good example of how to reference controls through javascript from master pages that are in child pages(or user controls) or the reverse of this situation.
if you could post some links to sample projects/sample code or links to other threads or documentation on this topic.
any help would be appreciated.
thank you.