S
shapper
Hello,
I created a custom control where I have a few textboxes and a button
(MyButton).
When the button is clicked the textboxes data are sent to a database.
In MyButton_Click function I have a variable named Done.
If everything is went well I set this variable to True. Otherwise I set
it to false.
I placed this custom control on my page.
How can I get the value of Done in my page?
Basically, I need, in my page, to take an action according to the value
of Done after the button in the custom control is pressed.
Thanks,
Miguel
I created a custom control where I have a few textboxes and a button
(MyButton).
When the button is clicked the textboxes data are sent to a database.
In MyButton_Click function I have a variable named Done.
If everything is went well I set this variable to True. Otherwise I set
it to false.
I placed this custom control on my page.
How can I get the value of Done in my page?
Basically, I need, in my page, to take an action according to the value
of Done after the button in the custom control is pressed.
Thanks,
Miguel