hai,
I have one image control in aspx page. and i am assigning image url as follows
And i have written some code in WebForm1 page load. But it is not redirecting to Webform1.So, i want to know whether it will redirect or not?
Or anything wrong in the above code?
thanks,
Veena
I have one image control in aspx page. and i am assigning image url as follows
Code:
<asp:Image ID="imgmuseum" runat="server" ImageUrl='<%#"WebForm1.aspx?id=" + Eval("id") %>' />
And i have written some code in WebForm1 page load. But it is not redirecting to Webform1.So, i want to know whether it will redirect or not?
Or anything wrong in the above code?
thanks,
Veena
Comment