0
kicks
Maintain Scroll Position of ASP.NET Panel after postback
Asp.NET Panel is a div, so in article C# code, javascript is used to maintain scroll after postback and cookies is used to store scroll position. For first time, we need not to set scroll so it is detected using IsPostback property.