|
-
Apr 25th, 2005, 08:03 AM
#1
Thread Starter
New Member
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
-
Apr 25th, 2005, 09:25 AM
#2
Frenzied Member
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
If I have been helpful please rate my post. If I haven't tell me!
-
Apr 26th, 2005, 10:08 AM
#3
Thread Starter
New Member
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
-
Apr 26th, 2005, 10:15 AM
#4
Frenzied Member
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
If I have been helpful please rate my post. If I haven't tell me!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|