Data Binding Eval Problem
Hello everyone,
I am a novice when it comes to website development and .NET VB and C#, but I need some help.
I am currently responsible for updating some information in an IT equipment online store.
The thing is, in order for the website to show each equipment image so the customer can insert it in their cart, the website developer used an Eval function.
But the folder in which the images were stored has changed location, so when you access the website the images are "broken".
I'd like to know how I can "update"/edit the path through which the function seeks the images, so that it looks in the new folder.Thank you so much!
ImageUrl = <%# Eval("SmallImageUrl") %>