2011-06-14 77 views
0

可能重複:
Insert data in SQL Server database from excel using HTTP Post插入數據

我如何可以插入使用HTTP POST從Excel中的SQL Server數據庫中的數據到C# ASP.NET項目?

假設我的網址是:http://testingHttpPost/,並且當我在Excel中單擊「插入」按鈕時,我想分別將單元格A2和B2中的數據插入到分列「StudentId」和「StudentAge」中的「StudentTable」中。

我在學生控制器中有一個ActionResult方法「InsertStudent」。

回答