T
Tee
Hi,
I have a server side Button that with the code
Button3.Attributes.Add("onclick",
"javascript:document.all['Button3'].disabled=True; return false;")
but it don't work as it supposed to be, disable button and the return false
prevent it submit back to server.
anyone know how to fix it ?
thanks.
I have a server side Button that with the code
Button3.Attributes.Add("onclick",
"javascript:document.all['Button3'].disabled=True; return false;")
but it don't work as it supposed to be, disable button and the return false
prevent it submit back to server.
anyone know how to fix it ?
thanks.