i would like to know how one navigates through the dataTable without using a currency manager ?
i have 5 labels on a page and i want to populate the first 5 rows from the datatable into those 5 labels.
label1.databind ings.add("text" , dataTable, [tableName])
that is how ive done the first one....
i have 5 labels on a page and i want to populate the first 5 rows from the datatable into those 5 labels.
label1.databind ings.add("text" , dataTable, [tableName])
that is how ive done the first one....
Comment