我在这段编码中遇到错误,
第 23 行:如果不是 Page.IsPostBack 则 第 24 行:cmbY.DataSource = rsFirehose("SELECT LeagueTypeKey, LeagueTypeDescription FROM LeagueType" & _ 第 25 行:"WHERE LeagueTypeKey=0 或 (Appkey=" & glngAppKey & " AND LeagueTypeKey IN (SELECT Distinct YKey FROM " & _ Line 26: "Division WHERE DivisionTypeKey=" & soaDivisionTypeBracket & ")) ORDER BY LeagueTypeDescription")
第 24 行是错误,它说名称“cmbY”未声明,我该如何声明?