i want to use the applications of cut, copy and paste in website.(in asp.net web application)
i am using vb.net and asp.net to develop my web based database.
i tried to do as below but i couldn't do that because
after the dot,there are no the list of copy,cut, and paste.(but these lists are found in windows application)
Private Sub cmdCopy_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdCopy.Click
textbox1.copy()
end sub
so how can i do the application of cut, copy and paste in asp.net web application?
2007-03-22
05:35:05
·
1 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design