Hi,
Say you had an Excel file containing a column filled with words, and you'd like to allow the user to copy the cells from that excel and paste them inside something like a textbox (we're talking ASP.NET 3.5). What would you do?
(Any other control would be fine, I just need something the code-behind can later on read from into a db.)
HELP?