AutoPostBack not allowed in a user control?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i have a checkbox which when checked/unchecked hides/unhides a panel.. it works fine as a .aspx.. but when its used as a user control .ascx in another page it doesnt postback until i click submit.. it gives me a little alert sign in the lower left of the browser which says there is an error in the .aspx page that contains my .ascx control.. the line that it says has the error is the line.. it says object expected.. but if i switch it back to .aspx it works fine.. can user controls not call a postback? still a newb.. cut me some slack :P -dz