MdotButler
Programmer
I have a user control that acts as a lookup button in that when clicked it presents the user with a list of choices from a database query. The user then selects the row they desire.
The easy part is I can set a hidden control or public variable to the key of the record they selected.
What I want to do as part of this click event is to then use this key in the container page, read the selected row and populate additional text boxes on the container page.
How do I execute or trigger the execution of code in the container page when the button is clicked in the user control?
TIA
Mark
The easy part is I can set a hidden control or public variable to the key of the record they selected.
What I want to do as part of this click event is to then use this key in the container page, read the selected row and populate additional text boxes on the container page.
How do I execute or trigger the execution of code in the container page when the button is clicked in the user control?
TIA
Mark