i want to copy a particular cell from gridview to paste in clipboard or text. Name     Roll         phone abc         1001       44445554 if i click on 44445554(cell of gridview) it should copy and whenever i go to a plain text if i paste there i should get this data(44445554) i guess it will an mouse event .. click in a cell and copying the data from it..  can anyone help me with this? if anyway can describe with code that will be excellent .

Go to the complete details ...