Results 1 to 4 of 4

Thread: Data grid column

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Posts
    9

    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

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    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!

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Posts
    9

    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

  4. #4
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    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
  •  



Click Here to Expand Forum to Full Width