Hello My Friends,
I fetche the images in grid view from database in one column but i want to transform these images into more then one columns so that page looks fair.
For Example.
1
2
3
4
You know that this is one column with 4 rows but i want to convert this one column into 2 columns and 2 rows how?
Thirupathi vPosted Oct 21, 2008, 2:01 AM
Hi Pal,
You can use the Coloumnspan and rowspan properties. this is the Tabl e control Properties. You have to assign Like Coloumnspan="2" if you assign like that, you need two coloumns. otherwise it wll nt affect the coloumnspan properties.