is it possible to change the datasource of say a text box at runtime?


so i could use it for data1
then when it saves, use it for data2 ????
i've tried this and all i get is an error....

text1.datasource = data2

thanks.