O
Olivier
Hi,
Here is my challenge :
I have a linkbutton on my form that stays invisible while a variable is empty.
Another button is displaying a panel (set to visible), thus, on the same form.
That panel's save button will save some user entry to the database and make sure the variable mentioned above is not empty.
As the variable is not empty anymore, the linkbutton must be refreshed to be visible.
I found in this forum that I could call the JS _DoPostback('LinkButton','') to refresh it.
Can I call the JS after the Database Save ? As the Save code is server side code, How can I do it ?
If not possible, any idea ?
TIA,
Olivier.
Here is my challenge :
I have a linkbutton on my form that stays invisible while a variable is empty.
Another button is displaying a panel (set to visible), thus, on the same form.
That panel's save button will save some user entry to the database and make sure the variable mentioned above is not empty.
As the variable is not empty anymore, the linkbutton must be refreshed to be visible.
I found in this forum that I could call the JS _DoPostback('LinkButton','') to refresh it.
Can I call the JS after the Database Save ? As the Save code is server side code, How can I do it ?
If not possible, any idea ?
TIA,
Olivier.