c# - Problems with drag'n'drop from IE -


my question simple , don't know whether missing or not allowed. trying accept content has been selected in ie , dragged onto app. events fire should, , starting analyze content have received , fun begins. when ask e.data.getformats() in string array, can see text, html format , rich text format amongst other types.

but when try e.data.getdatapresent("text") returns false. funny enough, when try e.data.getdata("text") null too. (was expected though)

my question is, should using different handle dragged content ie? or can't access data because internet zone?

i forgot add later edit: - .net 2.0 windows app , not asp.net nor website :)

thank you

use javascript handling such tasks, compatible standard browsers.

you may want program own jquery plugin drag , drop

here 1 dragging table rows


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -