Hi Himanshu,
Using a Record List is definitely not the best option. You're increasing viewstate and the page size.
Can't you pass an Id to the other page and do the logic there? Even if you have to query the database again it's much better performance wise than using Record Lists across screens.
Using a Record List is definitely not the best option. You're increasing viewstate and the page size.
Can't you pass an Id to the other page and do the logic there? Even if you have to query the database again it's much better performance wise than using Record Lists across screens.