Div Scoll during page postback.
Hello Guys,
If you have any div tag inside update panel, it got displaced during postback of page on checkbox index change or dropdown index change. I had struggled a lot for this issue.
I Found very simple one line solution for this issue
just add below line in div CSS
.DivCSS
{
position: absolute;
}
No comments:
Post a Comment