Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a table with column id, name and path(root path ~/Images/a.jpg)

Images folder contain many images

In page load i want to show images in four columns with its name

and onclick of image i want to send the image id by query string

plese help me
Posted
Updated 20-Sep-10 21:04pm
v2
Comments
Sandeep Mewara 21-Sep-10 13:39pm    
Ok. So whats the issue? What have you tried?

1 solution

You could use Asp:DataList control for your solution,

Here is article below which will make you clear about image displaying with datalist.

http://www.careerride.com/ASP-NET-Datalist-Image.aspx[^]

You could change the Template and Columns accordance to use.
 
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