Click here to Skip to main content
16,014,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have 300 images in my asp.net(c#) website.i want to show all that images horizontally in a gridview i know that i can use datalist but datalist does not support paging, thats y i want to use gridview r any other control which has paging
Posted

you need to use datagrid control for this and need to add a column in grid control. then take a Image control in newly added column and bind data on rowbound event of datagrid control.
 
Share this answer
 
you can Change the property of display of that column as horijontal of the gridview.
 
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