name of datasource is ds1
what should I type in C# to get number of row that ds1 read from database table.
for example :
if(ds1.numrows == 1)
{
//do sth
}
what should I type intead of numrows?
if(ds1.numrows == 1)
{
//do sth
}
what should I type intead of numrows?
|
|
|
http://forums.asp.net/t/1105240.aspx
0 members, 1 guests, 0 anonymous users