H
Hema S via DotNetMonster.com
Hi All,
My requirement is like
I should not use pagination in datagrid... and some times the data exceed
over 1000 and my file size if i save it as html becomes more than 7 MB and
when i try do any operation in my page i get
Max Request Length Exceeded.
I have also changed the webconfig for maxReqLenth as follow as
<httpRuntime executionTimeout="1800" maxRequestLength="409600"
useFullyQualifiedRedirectUrl="false"/>
Even then i am getting this error.
Can anyone help me out..
Is there any way to overcome this prob without doing pagination in datagrid.
Thanks in advance.
Cheers
Hema S
My requirement is like
I should not use pagination in datagrid... and some times the data exceed
over 1000 and my file size if i save it as html becomes more than 7 MB and
when i try do any operation in my page i get
Max Request Length Exceeded.
I have also changed the webconfig for maxReqLenth as follow as
<httpRuntime executionTimeout="1800" maxRequestLength="409600"
useFullyQualifiedRedirectUrl="false"/>
Even then i am getting this error.
Can anyone help me out..
Is there any way to overcome this prob without doing pagination in datagrid.
Thanks in advance.
Cheers
Hema S