Click here to Skip to main content
15,907,326 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have a gridview that show my product in a web page. I create a template that contain image of my product and below of image is information about it. (every product is in one rows of my gridview)
how to I can show 3 product in a line.(3 rows of gridview in a line)
Posted
Comments
ZurdoDev 15-Nov-13 16:05pm    
Use a DataList or Repeater instead.

1 solution

I think better you for with Datalist control instead of gridview control
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900