insert database table column value in grid row how can it do? for eg.
time
9.00-10.00
10.00-11.00
11.00-12.00
12.00-1.00
it should store like
9.00-10.00 | 10.00-11.00 | 11.00-12.00 | 12.00-1.00 |
|
|
|
|
Now i want that other data from database insert vertically can you help me?
for eg.
time Subject1 subject2
9.00-10.00 eng math
10.00-11.00 math eng
11.00-12.00 sci gro
12.00-1.00 Mar mar
it should store like
9.00-10.00 | 10.00-11.00 | 11.00-12.00 | 12.00-1.00 |
eng | math |
|
|
math | eng |
|
|
sci | gro |
|
|
mar | mar |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plz help me