Posted
on Nov 18, 2009
(permalink)
heloo,
I have code in Asp.net in which image is converted into button at run time
On IE and Firefox its working fine but on Google Chrome its showing no image tag(cross)
on that button instead of showing text on that button.
plz give me solution for that
help me
thanx
code is as follow
<asp:Image ID="Image3" runat="server" BackColor="Transparent" BorderColor="Transparent" BorderStyle="None" BorderWidth="0px" AlternateText="Create Geofence" />
Actualy though i have used asp:image but m expecting runtime button ehich is going to print run time image so i have given alternate text to the image and m expecting text should display not image but google chrome is showing only image not text