Click to See Complete Forum and Search --> : postback problem


anupam kant
February 16th, 2005, 07:49 AM
Hi All,
While working on an ASP.NET application, I have a screen which generates rows of controls dynamically as par the user's input and each row contains 10 controls; DropDownList and TextBox]
My problem is
As the number of rows increases screen takes more time to render and for postback on any event on he same screen, when number of rows is around 99 screen takes approx 30 seconds before postback and then 'httpError Page Not Found' occurs

I guess the postback data exceeds its limit

Any suggestion