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 : enter image description here

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 :

enter image description here


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -