TheWizardofInt
Well-known member
I want to drag an excel spreadsheet, parse the content, and move the data to a datagrid on my web page.
This needs to be done with cut and paste and, seeing as adding a mouse-event to the datagrid adds it to every member of the datagrid, making it practically unuseable, my idea was:
Put a button on the page that says, "Move data from clipboard"
Use that to kick off a clipboard reader.
It appears that the method for this lies in System.Runtime.InteropServices.ComTypes.IDataObject. Darned if I can find an example that works
Anyone been down this road before?
This needs to be done with cut and paste and, seeing as adding a mouse-event to the datagrid adds it to every member of the datagrid, making it practically unuseable, my idea was:
Put a button on the page that says, "Move data from clipboard"
Use that to kick off a clipboard reader.
It appears that the method for this lies in System.Runtime.InteropServices.ComTypes.IDataObject. Darned if I can find an example that works
Anyone been down this road before?