ASP.Net Datagrid update limit?

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

I have a web page with an datagrid which users can
update. The update event fires if the datagrid has a
relatively few number of rows (eg 100). However if a user
selects a dataset with a large number of rows, say 1000
then the update event does not fire at all. Any changes
the user makes on the grid is not recorded. Is there a
limit to the number of items you can have on an updatable
grid??

Thanks.
 
I can't say there isn't a limit, but I do some pretty large Updates on a
grid via the web and haven't come across any problems. Let me ask you
this...are you sure it just isnt' firing..do you have a Try/Catch scheme
that would notify you if for instance you had a connection/command timeout
or if the request timed out?
 
Back
Top