Re: Max Request Length Exceeded while postback

Tech-Archive recommends: Fix windows errors by optimizing your registry



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


.



Relevant Pages

  • Re: Efficient way to update unique ids
    ... Populating the datagrid with a view ... > in the second column to order rows, but I think I could do away with this ... > The reason why I want to reorder the ID is due to custom pagination in the ...
    (microsoft.public.sqlserver.programming)
  • Re: ASP vs ASP.NET
    ... I assume you are talking about using the datagrid. ... repeat region. ... I recently had a big time problem with pagination and the datalist. ... > It doesn't take me very much longer in classic ASP. ...
    (microsoft.public.inetserver.asp.general)
  • Re: ASP vs ASP.NET
    ... I assume you are talking about using the datagrid. ... repeat region. ... I recently had a big time problem with pagination and the datalist. ... > It doesn't take me very much longer in classic ASP. ...
    (microsoft.public.inetserver.asp.components)
  • Re: ASP vs ASP.NET
    ... I assume you are talking about using the datagrid. ... repeat region. ... I recently had a big time problem with pagination and the datalist. ... > It doesn't take me very much longer in classic ASP. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Datalist Pagination
    ... IIRC the only control that support pagination is the DataGrid, ... "Kruq" wrote in message ...
    (microsoft.public.dotnet.languages.csharp)