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" 就行了
原文地址:https://www.cnblogs.com/wf225/p/854963.html