Exception: 'System.Data.DataRowView' does not contain a property with the name 'System.Data.DataRow'.
Imports
Partial
num = 1
ViewState(
bindgrid(num)
objCommand.CommandType = CommandType.Text
da.Check_Conn()
da.connection.Open()
MsgBox(da.connection.State())
dap.Fill(ds)
lblquestions.Text = ds.Tables(0).Rows(0)(0)
Label1.Text = ds.Tables(0).Rows(0)(1)
rad1.DataSource = ds.Tables(0)
rad1.DataBind()
rad1.Text = ds.Tables(0).Rows(0).ToString
DAException = ex
num = ViewState(
num = num - 1
End