私は数日前にこのWebアプリケーションを手に入れましたが、すでに問題に悩まされています。
たとえば、HL1 =でページをロードするとhttp://localhost:8001/
、UpdatePanelがまったく表示されません。
HL2 =http://localhost:8001/Default.aspx
でページをロードすると、完全に表示されます。
[編集:HL1、HL2タグを追加]
参考までに、UpdatePanelはマスターページの一部です。
助言がありますか?
ありがとう、Abhinav
[編集:更新パネルのコード]
<asp:UpdatePanel ID="upan" runat="server" >
<ContentTemplate>
<fieldset style="width:320px; padding:2px;margin-top:20px;margin-bottom:5px;" onmouseover="showHelp('quickAccess')" onmouseout="g_Popup.hide()">
<legend>Quick Access</legend>
<span style="vertical-align: middle">Dummy #
<asp:TextBox ID="txtSearchDummy" clientidmode="Static" runat="server" MaxLength="9" Width="70px" Height="15px" style="margin-top: 5px"></asp:TextBox>
<asp:Button ID = "btnSearchDummy" clientidmode="Static" runat="server" OnClick="btnSearchDummy_Click" style="display:none"/>
<button onclick="return quickAccess()" lang="javascript" type="submit" class="button_enabled" style="margin-left: 5px;">
<img alt="" src="images/lightning.gif"></img><span>Find Dummy</span></button></span>
</fieldset>
</ContentTemplate>
</asp:UpdatePanel>