Hello
Suppose i have two big text area and inside it i have list of data now i want to send from right text area to left text area whenever someone clicks on that perticular data also i can select more than one data by holding crtl key
Any Easy method ?
Any Examples ?

Sanwar RanwaPosted Jul 18, 2019, 12:14 PM
Mario ScheerenPosted Jul 18, 2019, 9:09 AM
Usuallay you have 2 variables each bound to one textarea so you simply use string operations to cut and paste from one to another.