Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

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
naijacoder at 2007-11-11 23:13:39 >
# 2 Re: AutoPostBack error
hope you have added checkbox web control?
vcs at 2007-11-11 23:14:33 >
# 3 Re: AutoPostBack error
You need to add runat="server"
to your CheckBox control.
bschaettle at 2007-11-11 23:15:32 >