B
BDRichardson
Hi,
I am working with Visual Studio .NET 2005 and Internet Explorer 7. My
problem also seems to be evident within Internet Explorer 6 too.
Problem 1
=======
It would seem that the CheckBox will fail to perform an AutoPostBack if a
client-side event handler is assigned. And as a consequence, I have to force
a post back within the client-side event handler.
Problem 2
=======
It would seem that if you change the 'disabled' state of a CheckBox and
force a post back via client-side code, thus resulting in the Checked state
being changed, and the CheckedChanged event being raised, contrary to my
expectations.
Has anyone else experienced similar problems with the CheckBox control?
I am working with Visual Studio .NET 2005 and Internet Explorer 7. My
problem also seems to be evident within Internet Explorer 6 too.
Problem 1
=======
It would seem that the CheckBox will fail to perform an AutoPostBack if a
client-side event handler is assigned. And as a consequence, I have to force
a post back within the client-side event handler.
Problem 2
=======
It would seem that if you change the 'disabled' state of a CheckBox and
force a post back via client-side code, thus resulting in the Checked state
being changed, and the CheckedChanged event being raised, contrary to my
expectations.
Has anyone else experienced similar problems with the CheckBox control?