Answers for "c# don't scroll up after onclick"

C#
0

c# don't scroll up after onclick

MaintainScrollPositionOnPostback="true"
  
  add this in top of aspx fil
  
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="menukort.aspx.cs"  MaintainScrollPositionOnPostback="true" %>
Posted by: Guest on February-21-2021

C# Answers by Framework

Browse Popular Code Answers by Language