D
Dimitris Milonas
Is there a way to get or set a property value of an ASP.NET web component? I
know that some properties can be accessed but with different names. For
example the "text" property of a button control can be accessed by using the
"value" property (i.e. from ASP.NET button1.text = "Sample" and with
JavaScript document.getElementById('button1').value = 'Sample').
But how can I get or set properties like "button1.PostBackURL" or
"button1.EnableViewState" with JavaScript? The same question applies to the
properties of a third party component.
Regards
Dimitris
know that some properties can be accessed but with different names. For
example the "text" property of a button control can be accessed by using the
"value" property (i.e. from ASP.NET button1.text = "Sample" and with
JavaScript document.getElementById('button1').value = 'Sample').
But how can I get or set properties like "button1.PostBackURL" or
"button1.EnableViewState" with JavaScript? The same question applies to the
properties of a third party component.
Regards
Dimitris