I want to designed 2 tables in my aspx page. In table1 there is blank TextArea. In table2 there are button like(First Name,Last Name,Age,DOB) and these attributes are already entered in the database and i have entered corresponding symbols for these attributes (for e.g. for Firstname symbol is {F}, for last name symbol is {L} etc..)... My requirement is when i doubleclick on a button of Table2 (for e.g. FirstName) it will be displayed on TextArea of table1 like (Hi My Name is {F})...
monalisha biswal