在asp.net怎样做才能做到局部刷新 ?
前台:<tableborder=1cellspacing=1id="ok"bgcolor="#CCFFFF"><tr><tdclass="style1">是否采血:</t...
前台:
<table border=1 cellspacing=1 id="ok" bgcolor="#CCFFFF">
<tr>
<td class="style1">
是否采血:</td>
<td class="style2">
<asp:DropDownList ID="DropDownList14" runat="server" Height="16px"
Width="160px" ontextchanged="DropDownList14_TextChanged"
AutoPostBack="True">
<asp:ListItem Selected="True">--请选择--</asp:ListItem>
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList>
</td>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td class="style20">
是否应诊:</td>
<td class="style21">
<asp:DropDownList ID="DropDownList15" runat="server" Height="16px"
Width="160px" ontextchanged="DropDownList15_TextChanged"
AutoPostBack="True">
<asp:ListItem Selected="True">--请选择--</asp:ListItem>
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td class="style1">
是否完成 :</td>
<td class="style2">
<asp:DropDownList ID="DropDownList16" runat="server" Height="16px"
Width="160px" ontextchanged="DropDownList16_TextChanged"
AutoPostBack="True">
<asp:ListItem Selected="True">--请选择--</asp:ListItem>
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td colspan="2">
</td>
</tr>
</table>
后台里有判断,是根据dropdownlist 的textchange事件来判断。选一个是就会判断一下。可用了updatepanel就不判断了,哪个大虾能说一下么?谢谢! 展开
<table border=1 cellspacing=1 id="ok" bgcolor="#CCFFFF">
<tr>
<td class="style1">
是否采血:</td>
<td class="style2">
<asp:DropDownList ID="DropDownList14" runat="server" Height="16px"
Width="160px" ontextchanged="DropDownList14_TextChanged"
AutoPostBack="True">
<asp:ListItem Selected="True">--请选择--</asp:ListItem>
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList>
</td>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td class="style20">
是否应诊:</td>
<td class="style21">
<asp:DropDownList ID="DropDownList15" runat="server" Height="16px"
Width="160px" ontextchanged="DropDownList15_TextChanged"
AutoPostBack="True">
<asp:ListItem Selected="True">--请选择--</asp:ListItem>
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td class="style1">
是否完成 :</td>
<td class="style2">
<asp:DropDownList ID="DropDownList16" runat="server" Height="16px"
Width="160px" ontextchanged="DropDownList16_TextChanged"
AutoPostBack="True">
<asp:ListItem Selected="True">--请选择--</asp:ListItem>
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td colspan="2">
</td>
</tr>
</table>
后台里有判断,是根据dropdownlist 的textchange事件来判断。选一个是就会判断一下。可用了updatepanel就不判断了,哪个大虾能说一下么?谢谢! 展开
5个回答
展开全部
首先updatepanel是一个非常好用而且实用的控件。
不要用updatepanel把整个table全部包进去。可以将要刷新的内容回进去。
判断用的条件一定要放在updatepanel外面。
不要用updatepanel把整个table全部包进去。可以将要刷新的内容回进去。
判断用的条件一定要放在updatepanel外面。
更多追问追答
追问
但。你一个表格怎么刷新一半呢。判断语句在表中。是根据表中的dropdownlist 判断的。这个表中有至少3个dropdownlist
追答
把dropdownlist的AutoPostBack属性设为true
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
微软自带updatepanel能别用就别用,用这个无刷新效果有时可能会失效,这个我遇到过
自己用ajax做吧 如果用jquery很简单,不会的话就用ajaxpro做,如果都不行的话 那就要赶快学学了,BS项目不用ajax用户体验不太好
自己用ajax做吧 如果用jquery很简单,不会的话就用ajaxpro做,如果都不行的话 那就要赶快学学了,BS项目不用ajax用户体验不太好
更多追问追答
追问
能不能给点提示?就是相关联的一点源码 。你说的我都没有用过。谢谢
追答
可以 我以前在学校的时候写过ajax三级联动 代码在我电脑上呢 留个联系方式 下班我整理下给你
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
jquery ajax刷新局部很简单。好久没做asp.net开发了。
做开发的你要不会用juqery就太落后了。不会用ajax你就不合格
做开发的你要不会用juqery就太落后了。不会用ajax你就不合格
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
为什么用textchange
不用OnSelectedIndexChanged
不用OnSelectedIndexChanged
追问
有什么区别 啊。我是新手没有用过/
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2011-09-15
展开全部
用AJAX实现
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询