Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
650
How to make the Link to the image on the WebImageViewer
posted

Good Day All

Am using ASP.NET 2.0 and Infragistics 8.2. Now i have a WebImageViewer and am Binding the image like this

 

 this.WebImageViewer1.Items.Add(new Infragistics.Web.UI.ListControls.ImageItem("http://www.regnow.com/vendor/19827/ssplayerboxshot.jpg", "altText", "toolTip"));

 

its working fine, now what i want to know is , how can i make it that when a User Click the image it should go to the url , the url can be another site and it must open a new window.

 

Thanks