DropDownList in an .ascx file problem.

  • Thread starter Thread starter Onur Bozkurt
  • Start date Start date
O

Onur Bozkurt

I have a dropdownlist in an .ascx file. When using the dropdown it is workin
3 or 4 times and suddenly it gives an error like "Control
'DropDown1_ddlUrunler' of type 'DropDownList' must be placed inside a form
tag with runat=server."
 
Are you using the control on different pages, or as part of a framework UI,
or dynamically loading the control? Please post a snippet of your page where
the error is happening and the control used so we can diagnose in more
detail.

James J. Foster, DotNetCoders
http://www.dotnetcoders.com
 
Back
Top