Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
http://www.gumtree.com/search?q=&search_location=london&category=gumtree-fun[]


which tool i use for show image data and name as a link i provide a link where show image and data i want to do exact like this so please help me
Posted
Comments
Sandeep Mewara 22-Sep-12 9:13am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.

1 solution

To do this you can use an asp:Repeater and databind that to your data.

You can style it with an image on the left, a hyperlink up top, and a label below that.
You can read the documentation on the Repeater here: http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.repeater(v=vs.100).aspx[^]

And a more easy to read sample on W3schools here: http://www.w3schools.com/aspnet/aspnet_repeater.asp[^]

Hope this helps you get started :-)
 
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