Hi Experts,
In my BSP application, I have a table with 7 columns. Out of these 7 coumns, I have 3 columns as DropDown Type, 3 as Input field and 1 with description(name).
As the number of records in the table increases, the performance, ie the time taken to display this page is increases. When we check, it seems that a lot of time is taken in the iterator. Since we go into the iterator for placing each cell at a time, it comsumes a lot of time.
Could you please let me know if we could improve the performance by following a different process.
Thanks.
Warm Regards,
Kishore