当此元素消失时:
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/addImage.png" Height="80px" Width="80px" OnClientClick="SomeMethod('1'); return false;" style="position: relative; top:40px; right:-40px"/>
这一举动因为他们共享同一个小组:
<asp:TextBox ID="TextBox1" runat="server" Width="310px" onkeyup="TextCount(this.id)" MaxLength="30"></asp:TextBox>
我尝试添加CSS类并使用该位置但没有任何帮助。
希望你能以某种方式帮助我:)