AutoPostBack error
I have added a CheckBox control in my webpage and when I add AutoPostBack="true" it gives Microsoft JScript Runtime Error: Object doesn't support this property" what am I doing wrong. Please anyone help me. :confused:
[223 byte] By [
ErhanAKD] at [2007-11-11 7:51:24]

# 1 Re: AutoPostBack error
Try posting some snippet code what you are trying to do..
Is your code containing a js script?
Patrick
# 3 Re: AutoPostBack error
You need to add runat="server"
to your CheckBox control.