D
David Lozzi
Hello,
I have a user control that saves data. When the data is saved, I need to
call a function in the parent page from the user control to initiate
something else. I know I can set it up so that the save button is in the
parent page and calls the save function of the user control and then
whatever I need from the parent page, but I'd rather keep the save button in
the user control as I am going to be using the same control elsewhere.
Any ideas?
Thanks,
I have a user control that saves data. When the data is saved, I need to
call a function in the parent page from the user control to initiate
something else. I know I can set it up so that the save button is in the
parent page and calls the save function of the user control and then
whatever I need from the parent page, but I'd rather keep the save button in
the user control as I am going to be using the same control elsewhere.
Any ideas?
Thanks,