hi,
To display the image in the list view dynamically,
in the view i used the image tag like:<img src="@Url.Action("GetImage/${ID}", "Home")" alt = "${name} image" />
how can i pass this value dynamically to the controller and the url is not identifying the special characters.