How does one wire up an “asp:buttonfield” to an Update Panels AsyncPostBackTrigger?
I know it seems like a simple question, but AsyncPostBackTrigger requires a ControlID and “asp:buttonfield” does not have an “ID” attribute.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You needn’t set ButtonField as Trigger. You can set TemplateField with Button and set onCommand for Button. After that, please set GridView as trigger.
Please check this thread: http://forums.asp.net/t/1322657.aspx