Hi,how to Import data from EXCEL to SQL Database in ASP.NET
I am tying two approuches But not solve my problem,
I am getting an error like this
ERROR:
Please once see my code i am attachment
please help me
SQL TABLE CODE:
CREATE TABLE [dbo].[Book1](
[ID] [int] NULL,
[NAME] [varchar](50) NULL,
[CITY] [varchar](50) NULL
)