I am trying to refresh asp.net label contorls outside the grid when I change the RadGrid dropdownlist. I don’t what to postback entire page. Is there anyway I can refresh using Ajax techinique? Please let me know.
Thank you for any help.
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.
Wrap the grid, and any controls outside of the grid that need to be updated asynchronously inside of a RadAjaxPanel.
EDIT: Seeing your last comment, it would be more appropriate to use a RadAjaxManager, like this: