-
Data grid column
Hello,
i'm using datagrid control to fetch a greeting card Data, but i have a problem in datagrid coulmn, all the greeting card images showing in one Column but i want to show these in atleast 3 columns what technique i use for doing that pls tell me.
thanks
-
Re: Data grid column
Are you only displaying images or is there other data as well?
If it is only a thumbnail grid so to speak then you might be better to use a DataList and set the RepeatColumns property to the number needed.
Give some more details of what you need and I'll try to help further.
DJ
-
Re: Data grid column
I'm just want to show images with its ID i used the datalist before but i am facing some problem in paging so i used Datagrid so pls tell me how can i show my greeting card data in columns.
Thanks
-
Re: Data grid column
I would suggest going back to using the datalist as it sounds like it is the closest fit to what you need - DataGrid is designed for an item on each line really. Have a look at the PagedDataSource control which will add paging capabilities to near enough everything and works very well with DataLists.
HTH
DJ