View Single Post
  #1 (permalink)  
Old July 14th, 2003, 02:15 PM
nellster nellster is offline
Registered User
 
Join Date: Jul 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Beg C# Web Apps w/ VS.Net, p. 86

Hi-
Can anyone tell me why putting the Drop Down List above the calendar works fine, but putting it below the calendar yields this error in VS.NET 2003?
Thanks,
Neil

Server Error in '/FriendsReunion' Application.
--------------------------------------------------------------------------------

Control 'cbDay' of type 'DropDownList' must be placed inside a form tag with runat=server.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Control 'cbDay' of type 'DropDownList' must be placed inside a form tag with runat=server.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.