table web server control
-
Hi All, I have a table control that is dynamically populated from my db, my db has 3 rows and the 3 rows are displayed which is working fine. what I want to achieve is "I want the table control to display a separator after a record is displayed" what I mean is this: Assuming I have my 3 records displayed this way: A B C I want the table control to display a line separator like this A - B - C - can any one help me out please? thanks.
-
Hi All, I have a table control that is dynamically populated from my db, my db has 3 rows and the 3 rows are displayed which is working fine. what I want to achieve is "I want the table control to display a separator after a record is displayed" what I mean is this: Assuming I have my 3 records displayed this way: A B C I want the table control to display a line separator like this A - B - C - can any one help me out please? thanks.
-
once you realize that a row is completed add a tr dynamically to your table, that way i guess you could get a seperator!!
Gautham