Click here to Skip to main content
15,903,203 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I added my image into grid view from database but it view in row wise i want to know how to view my image in column wise? please give yours suggestions.
Posted
Comments
_Amy 4-Mar-13 6:00am    
Can you elaborate your question?
aarunsd 4-Mar-13 6:11am    
i inserted a new image into my database and i fetch that image into a grid view but it is view in y axis only i want to know how to change into x axis
Raje_ 4-Mar-13 6:20am    
Use Repeater control instead of GridView.
aarunsd 4-Mar-13 6:30am    
can you please elaborate?
Raje_ 4-Mar-13 6:39am    
If you use Repeater control. you can display data using user-defined layout. It just repeats the HTML and ASP.NET controls that is placed inside a template block. In your case it is Image. you can display your image as per your choice (vertically or horizontally).

 
Share this answer
 
Go throw this link it will help you

http://www.aspdotnet-suresh.com/2013/01/convert-gridview-columns-to-rows-in.html

By
sathesh
 
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