我使用了一个图像按钮,在点击时显示日历。但是当我运行代码时,与图像按钮链接的图像不可见,但在设计模式下可见。我正在使用visual studio 2008和c#进行编码。
此代码的HTML代码是:
<asp:ImageButton ID="ImageButton1" runat="server" Height="28px"
ImageUrl="~/App_Data/call.jpg" onclick="ImageButton1_Click"
style="margin-right: 0px" Width="49px" />
当我在浏览器中运行代码时,与ImageButton关联的图像不可见。 ImageButton的屏幕截图如下所示: