Copy column from excel ans paste into a ASP.NET control
Hello Everybody, I need help in this:
I need to copy a column of data from ms excel and paste it into any part of my aspx file and then sent that list to a search stored procedure which is already created. Then I will have a output.
Item1, item2,item3,......item2 ------> search then Output in a Gridview
Any Ideas. Or maybe a two steps solution for this.
Thank You
Roberto
|