.netTiers template version 2.0
When I add Page.DataBind(); to the Page_Load method in the (generated) Admin site it breaks the PageSize functionality (always gets set to default:10).
I am assuming I am destroying some postback data when I do the databind. Is there a way around this? Do I need to databind every control on the page separately?
TIA - Brad