Hi ,
I want to lock my web pages from scrolling out of the page view.so i used line 2 in my master page...then i got this error...plz help..
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The directive 'page' is unknown.
Source Error:
Line 1: <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.Master.cs" Inherits="BVIS.SiteMaster" %>
Line 2:
<%@ Page MaintainScrollPositionOnPostback="true" %>