Hello all!
In one of my projects, I have a weblistbox with multiple selection. In that list, I can have a lot of rows. If the user selects all the rows or a lot of them, my webapp have simply to delete the items from the list and from the database.
I noticed (in debug mode) that the maximum numbers of items that will be processed is 36, although the user has selected 100 of them.
May this be a bug, or a limitation? Or may be something wrong I do?
What do you think?
Thanks to all!