i have Linkbutton inside updatePanel and when i click on it it returns following
error
An extender can’t be in a different UpdatePanel than the control it extends
so what to do
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.
Put the extender that’s extending some control in the other update panel; the error is literally that. There is an extender in one update panel, but the control it extends is listed in another, or the extender is outside the update panel, or something like that.
HTH.