I have created 5 text box widgets dynamically using for loop so the id will be txtbx01, txtbx02, ... txtbx05. Now how do i fetch values from it?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi,

You can access the value from it by using,

vat textbox1value = formnam1.txtbx01.text ;