hi all,
I want to control the web controls(textbo x & dropdownlist)'s enable property by client javascript function.
I can use disabled property, but the problem is here, if I use like that, I can't get the value of that controls at the server side. I did not want to use hidden controls to store data for that control.
so, plz help me,
- How can i manage the enable property?
- Is there readonly property?
I use ASP.NET 2003 with C#
regards,
<X>
I want to control the web controls(textbo x & dropdownlist)'s enable property by client javascript function.
I can use disabled property, but the problem is here, if I use like that, I can't get the value of that controls at the server side. I did not want to use hidden controls to store data for that control.
so, plz help me,
- How can i manage the enable property?
- Is there readonly property?
I use ASP.NET 2003 with C#
regards,
<X>
Comment