I am using radgrid in my page. i have asp:button. when i click the button i want to show error message below the button. but i have 5 grid in my page. so i am passing error message to label. but i want set focus the label. how to set this one?
I am not sure about what is the condition for showing error on page and where the controls (Button and Label) are placed (inside grid or directly placed on page).
I am assuming that the Label is not in the viewable area and want to scroll to viewable area on showing error. If so try the following approach to scroll Label control to viewable area (from client side) and see whether it helps.