Hello
I have a repeater control displaying about 2000 records in a grid style
The problem is the viewstate that this creates is very large
But I need the itemcommand event to still work, as each row as a 'View details' link
Is there a way I can reduce the viewstate for the repeater, whilst still letting the Itemcommand event to work?
Many thanks