I have formview and add logic to it when updating,inserting etc... However on each subroutine, I had to a a variable and a findcontrol in order to work with that control. Now, my code is bigger and harder to read.
My other approach was to put the 'fincontrols' outside the routines but I would get errors that it could not be found.
Is there a cleaner , better approach when working with controls on a formview?