Re: Max Request Length Exceeded while postback
- From: "Peter Rilling" <peter@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 14 Oct 2005 00:24:05 -0700
This has nothing to do with paging the datagrid, this has to do with
uploading files or something. Is the user trying to upload any files?
Also, try disabling viewstate for the datagrid. If it is truly large, then
the viewstate might be huge as well.
"Hema S via DotNetMonster.com" <u8656@uwe> wrote in message
news:55cf2b953db84@xxxxxx
> 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
>
>
> --
> Message posted via DotNetMonster.com
> http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/200510/1
.
- Prev by Date: Re: Simple question ??
- Next by Date: Re: is dll assembly automatically strongly named, (public key encrypti
- Previous by thread: Re: Simple question ??
- Next by thread: Re: Max Request Length Exceeded while postback
- Index(es):
Relevant Pages
|