Below code is windows application..code for excel sheet reader and display coulmns.I want same code in webapplication that is in .aspx file i want.Can anybody change below code into .aspx file.
using
namespace
{
InitializeComponent();
ExcelObj =
System.Windows.Forms.
}
Microsoft.Office.Interop.Excel.
da =
da.Fill(dt);
strCols = worksheet.Name +
strCols = strCols +
strSheets = worksheet.Name;
strSheets = strSheets +
textBox1.Text = strSheets;
textBox2.Text = strCols;
thanks,
k