Wednesday, April 14, 2010

Dataset row count C#

//Response.Write(ds.Tables[0].Rows.Count);

ds.Tables[0].Rows.Count

No comments: