Re: Populating the data of two Textboxes into One textbox



Actually txtbox3 is bound to datasource field3. i want to populate the
values of txtbox1 and txtbox2 together combined in txtbox3 and save as
a new record for this field3. so for example lets say if the value of
txtbox1 is ABCDE and the value of txtbox2 it 01/01/2006. i want to
combine those values and populate them into txtbox3 as ABCDE01/01/2006.
And then save as a new record for field3.

Is this achievable??

Please help

Moe

.


Loading