Hi,
I have an XML file as the datasource. It has link titles as well as URL's. I need to display just the link names in a gridview, and have them work according to the corresponding URL's. Basically the user should see only the name of a link and be able to click on it and go to its destination. Each link has a different destination. I am not sure how to do this?
I also need to be able to display an image to the left of each link. This image will be the same for all links and will not be clickable.
Lastly, I need the links split up so that they appear in two columns next to each other. So this means half of them will be in column 1 for example, and the other half in cloumn 2.
Thank you :-)