I am building a small application that can
1. Dynamically load 2 text boxes on a web form
2. Build a logic on those textboxes in IronPython to sum them and return the result.
3. I have already built a IPY script that does some opearions on a static text boxes. How to build a script on the dynamic textboxes?