Need a urgent help
-
i am retreving data from sqlserver 2000 table.it has only one column. i want to display those record in a table in two column. for example, if it is 100 records, i want to display in equally 50:50 in two columns of a table. i need any idea or code . help will be greatly appriciated. thanks :((
-
i am retreving data from sqlserver 2000 table.it has only one column. i want to display those record in a table in two column. for example, if it is 100 records, i want to display in equally 50:50 in two columns of a table. i need any idea or code . help will be greatly appriciated. thanks :((
-
Hava a look at the datalist control. This allows you to display the data in multiple columns. SuzyB If I had a better memory I would remember more.
hi SuzyB, i want to display the results in two columns of table equally, but i am picking up single column ofdata from back end. i have display euqally in two columns. for example the data i am picking up is 1,2,3,4,5,6,7,8,9,10,11,12. i want to display 6 in onecolumn and another 6 in one coulmn of the table. can u sent some code or link or idea thanks SuzyB
-
i am retreving data from sqlserver 2000 table.it has only one column. i want to display those record in a table in two column. for example, if it is 100 records, i want to display in equally 50:50 in two columns of a table. i need any idea or code . help will be greatly appriciated. thanks :((
try to use any Loop to generate the table rather directly binding it dataset to the table control. Ketty
-
try to use any Loop to generate the table rather directly binding it dataset to the table control. Ketty
-
Hi SuzyB, Ketty I tried with DataList Control,now it is working fine. I appriciated your Idea/help. Thanks.
Cheers Enjoy Programming ;) Ketty