ImageUrl='<%#Eval("Name","../Master Pages/DisasterImages/") %>'+'<%#Eval("Request.QueryString["DisID"].ToString()/{0}") %>'
Note: The folder name for this image directory is referred to as "DisID".
I am currently using a repeater control to display the images in the directory. However, I am facing an issue with retrieving the folder name from the QueryString. The code snippet above shows my attempt, but it has not produced the desired result...
If anyone could provide assistance on how to achieve this, it would be greatly appreciated.
Thank you in advance!