asp:UpdatePanel 中 GridView 使用 LinkButton 选择无反应 解决方法

<asp:LinkButton ID="btnSend" runat="server" CausesValidation="False" CommandName="Select" CommandArgument='<%# Eval("FromID")%>'
                                            ToolTip='点击回复短信' ForeColor="#6699cc" Text='
<%# GetUserName(Eval("FromID"))%>'></asp:LinkButton>

加上:CausesValidation="False" 就行了
posted @ 2007-08-14 11:07  无锋不起浪  阅读(2202)  评论(9编辑  收藏  举报