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: CS0103: The name 'dsGroups' does not exist in the current context

Source Error:


Line 106:            _groupRegister = true;
Line 107:            string s_groupSelect = "select * from pmc_tournaments where main_tournament_id="+s_tourId+" order by tournament_id" ;
Line 108:            dsGroups.SelectCommand = s_groupSelect;
Line 109:            ddl_groups.DataBind();
Line 110:            if (Request.QueryString["group"] != null)

Source File: c:\inetpub\wwwroot\portal.bilardo.gov.tr\page_tour_register.aspx.cs    Line: 108







Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4110.0