Help is needed in Displaying Data inside table or Gridview control
-
Hi , iam facing difficulty in arranging data from database to table control or Gridview like this in first cell of table i want to display Vehicle name and from second table cell i want to display reservations against name of vehicle like this iam getting Data into dataset . Channel T1 T2 T3 C1 P1 NA P3 C2 NA P2 NA Any help or hint? Best regards Rameez
-
Hi , iam facing difficulty in arranging data from database to table control or Gridview like this in first cell of table i want to display Vehicle name and from second table cell i want to display reservations against name of vehicle like this iam getting Data into dataset . Channel T1 T2 T3 C1 P1 NA P3 C2 NA P2 NA Any help or hint? Best regards Rameez
Populate dataset and from there bind your dataset to gridview.i don't know if this will help Gridview .datasource = dsvihicle gridview.databind()
Mamphekgo