Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0428: Cannot convert method group 'dtStates' to non-delegate type 'object'. Did you intend to invoke the method?

Source Error:


Line 15:   if (!Page.IsPostBack) 
Line 16:   {
Line 17: 	State.DataSource = Utilities.dtStates;
Line 18: 	State.DataTextField = "Value";
Line 19: 	State.DataValueField = "Value";

Source File: c:\Inetpub\wwwroot\securitylight.aspx    Line: 17






Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433