Is there any method in Java script to set enable/disable and get this value at server side in a postback?
I'm using WebCombo 2008.2 in framework 3.5
thanks
Does anybody know a solution for this?
Thanks
What exactly you want to enable/disable?
For enable/disable status variable you can use ASP.Net HiddenField control. This can be easily be accesed at Server as well as Client.
At server side you can use it with it's ID.
At client side you can use document.getElementById("HidFieldID").value.