From: Registered User on
On Fri, 21 May 2010 07:29:01 -0700, Luigi
<Luigi(a)discussions.microsoft.com> wrote:

>Hello,
>is it possible to copy and paste values taken from an Excel spreedsheet into
>the grid of a GridView in a ASP.NET page?
>
As others have said there are third-party controls that support such
copy-and-paste activity. I have no experience with such controls.

There is probably more going on than the question exposes. I would
consider uploading the file and then bind the data to the control.

regards
A.G.