I read the "Understanding Events" article and have been researching different posts on this subject and I'm still a little confused. I want to use the runtime value of txtElement in a query to return an amount. I then want to set the value of txtEncumbrance to the amount that is returned.
All of my fields are in the group footer section. But I know I need to get the value of my text box in the ItemDataBound event of my text box first using the sender object. Should all my code go there? Or should I put the rest of my code in the group footer ItemDataBound section?
Please see attached files. Thanks for your help!
All of my fields are in the group footer section. But I know I need to get the value of my text box in the ItemDataBound event of my text box first using the sender object. Should all my code go there? Or should I put the rest of my code in the group footer ItemDataBound section?
Please see attached files. Thanks for your help!