English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

1 answers

best reference for Microsoft programing languages is its official developers network, http://www.msdn.com . also i think you can get help of JavaScript!

2007-03-23 23:02:01 · answer #1 · answered by Maysam 4 · 0 0

fedest.com, questions and answers