M
Mic
Hi,
How can I hide a button before executing a javascript function and
make it visible again after execution of the javascript function?
What I need to do is:
VB Page_Load:
1) Hide Button1: Button1.Visible = False
2) Execute JavaScript (I'm using
Page.ClientScript.RegisterStartupScript)
3) Show Button1: Button1.Visible = True
I am new using these mixed languages and I have not been able to do
it.
Thanks
How can I hide a button before executing a javascript function and
make it visible again after execution of the javascript function?
What I need to do is:
VB Page_Load:
1) Hide Button1: Button1.Visible = False
2) Execute JavaScript (I'm using
Page.ClientScript.RegisterStartupScript)
3) Show Button1: Button1.Visible = True
I am new using these mixed languages and I have not been able to do
it.
Thanks