dataTable . Select property
i have a DataTable ... and am adding a new row to it
then am watching the table rows Count property and it is = 1 ,,, which means that my new row is added...
then am trying to read my row using table["myTableName"].select() property - with out any filter string - but the dataRow[] list that should return is empty ...
i dont know why ...
another thing ... the table is not related to any database table ... i just use it in my project to add and retrieve data...
thanks..............
MohammadShallPosted Apr 13, 2005, 4:20 AM
ferasdeebPosted Apr 12, 2005, 1:16 PM
MohammadShallPosted Apr 11, 2005, 8:51 AM