1。
SqlCommand nwcommand = new SqlCommand(para,db)
SqlDataReader nwreader = nwcommand.ExecuteReader();可是下面我用 nwreader的 Item属性,总是有错误:说SqlDataReader没有 Item属性 ?可是书上写的明明有这个属性。
我现在要取数据中一个int 类型的字段,该用哪个函数?2。
一个页面要调用另外一个页面的变量值,asp.net的全局变量在哪里定义 ?谢谢