c# - imagebutton is not visible when I run my code in browser -
i have used image button shows calendar on clicking. while run code image linked image button not visible, visible in design mode. using visual studio 2008 , c# coding.
the screenshot of design mode shown below :
the html code image button :
<asp:imagebutton id="imagebutton1" runat="server" height="28px" imageurl="~/app_data/call.jpg" onclick="imagebutton1_click" style="margin-right: 0px" width="49px" />
and when run code in browser image associated imagebutton not visible. screenshot of imagebutton shown below :
Comments
Post a Comment