拥抱幸福的演员:asp代码高手进

来源:百度文库 编辑:高考问答 时间:2024/05/14 15:51:13
我都2条判断
但是不知道怎么和在一起
高手帮忙看一下
If ds.Tables(0).Rows.Count <> 0 then
IfLabel4.Text = TextBox3.Text then
把这两条语句和在一起
怎么和 高手快指点一下~!

If ((ds.Tables(0).Rows.Count <> 0 )&&(Label4.Text = TextBox3.Text)) then