indradeo says:
<%@ Page Language=
"C#"
AutoEventWireup=
"true"
Codefile=
"WebForm1.aspx.cs"
Inherits=
"sfty_Lead_lag.WebForm1"
%>
Change above line with below.
<%@ Page Language="C#" AutoEventWireup="true" Codefile="WebForm1.aspx.cs" Inherits="sfty_Lead_lag.WebForm1" EnableEventValidation="false"%>
You need to set the EnableEventValidation to false in the page.
Refer below links.