Hi,
I am developing an Web application in ASP.NET with C# .when i run the
project on local machine i.e localhost the default page get loaded.
when i view its source code i get :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Digicertify.com-Login</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<LINK href="/images/StyleSheet.css" type="text/css" rel="stylesheet">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form name="Form1" method="post" action="login.aspx" language="javascript"
onsubmit="ValidatorOnSubmit();" id="Form1">
<input type="hidden" name="__VIEWSTATE"
value="dDwxMjgzOTMxODMzOzs+hzlNUUBk1OBZE8b7exSs0NN br/M=" />
<script language="javascript"
src="/aspnet_client/system_web/1_1_4322/WebUIValidation.js"></script>
<!--outer table-->
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td width="50%"></td>
<td width="778">
<!--main table-->
<table borderColor="#cccccc" cellSpacing="0" cellPadding="0"
width="100%" align="center"
border="1">
<tr>
<td width="100%">
<!--header table-->
My problem is that how can we remove the tag that follows in the above
source code i.e.the view state tag should not appear in the html source
file.
Apart from that i have disabled all view state properties.......
<input type="hidden" name="__VIEWSTATE"
value="dDwxMjgzOTMxODMzOzs+hzlNUUBk1OBZE8b7exSs0NN br/M=" />
Kindly suggest me the remedy ........
thanks in advance.
regards
Irshad Ahmad.