Celebssows
New Member
I have a button that calls function A()When I click on it I want the calls to be made in that order:\[code\]A()Page_Load()\[/code\]Right now it's doing:\[code\]Page_Load()A()\[/code\]Is there a way around that or is it just by design and there's nothing I can do about it?