![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi all, In ASP.Net , i'm using a dataset. I want to find whether it has any values or not. How to do that? Thanks in advance. Regards, Gomathi |
#3
| |||
| |||
|
|
hi all, In ASP.Net , i'm using a dataset. I want to find whether it has any values or not. How to do that? Thanks in advance. Regards, Gomathi |
#4
| |||
| |||
|
|
Hi Gomathi "ds" is the DATASET object U can use int tot_rec tot_rec=0 if(ds.Tables.count>0) tot_rec= ds.Table[0].Rows.Count end if -- Pathik H Rawal (DotNet Guy) "Gomathi" wrote: hi all, In ASP.Net , i'm using a dataset. I want to find whether it has any values or not. How to do that? Thanks in advance. Regards, Gomathi |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |