当前位置: > 系统报错:嵌入的语句不能是声明或标记语句...
题目
系统报错:嵌入的语句不能是声明或标记语句
SqlConnection下有波浪线提示“嵌入的语句不能是声明或标记语句”
代码如下:
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;
public partial class Vote :System.Web.UI.Page
{
protected void Page_Load(object sender,EventArgs e)
{
if(!IsPostBack)
SqlConnection conn = new SqlConnection("Data Source=7F78D182F8FA464;Initial Catalog=Vote;Persist Security Info=True;User ID=sa;Password=19821231");//建立连接对象
string strSql = "select * from Item where parentid=1";
SqlDataAdapter sda=new SqlDataAdapter(strSql,conn);
DataSet ds = new DataSet();
sda.Fill(ds,"Item");
RadioButtonList1.DataSource=ds;
RadioButtonList1.DataTextField="ItemName";
RadioButtonList1.DataTextField="id"

提问时间:2021-12-27

答案
if(!IsPostBack)后面一定要跟大括号,别学他们简写,这样习惯很不好!if(!IsPostBack){SqlConnection conn = new SqlConnection("Data Source=7F78D182F8FA464;Initial Catalog=Vote;Persist Security Info=True;User I...
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.