How to maintain scroll position after postback on same point

A constructor is a special method for initializing a new instance of a class.The constructor method for a class will have the same name as the class.A class may have multiple constructors. In this case, each constructor will have the same name, but will have different arguments.A no-argument constructor is a constructor which does not take any arguments.