D
Dmitry Duginov
I have the same panel with a label on multiple masterpages. That
(white-on-red) label text can contain some error messages if exceptions
occured in business layer after the user hit "Update" button.
I cannot find a way to scroll potentially long page making that text clearly
visible and get user attention. Page.SetFocus and WebControl.Focus do not
work with panels and labels and by default PostBack shows the top of the
page to the user, while errormessage can be on the bottom or somewhere in
the middle (depending on exact page layout and content).
Any ideas?
Dmitry
(white-on-red) label text can contain some error messages if exceptions
occured in business layer after the user hit "Update" button.
I cannot find a way to scroll potentially long page making that text clearly
visible and get user attention. Page.SetFocus and WebControl.Focus do not
work with panels and labels and by default PostBack shows the top of the
page to the user, while errormessage can be on the bottom or somewhere in
the middle (depending on exact page layout and content).
Any ideas?
Dmitry