在mvc中用checkbox查看Grid中excel表格数据的代码,Oncheck保存在数据库中
您能否提供示例代码来查看带有复选框的Grid中的Excel工作表数据,Oncheck保存在mvc(.NET 4.0框架)的数据库中 逐步实施: 1.添加上传文件按钮 2. 从浏览器添加 Excel 文件。 3. 将文件上传到某个文件夹中。 4. 通过一个复选框将 Excel 工作表中包含的数据绑定到网格 5. 通过选中复选框,选中的行通过保存单击存储在数据库中。
Can you please provide me sample code to view the excel sheet data in Grid with checkbox,Oncheck save in database in mvc (.NET 4.0 framework)
Step By Step Implementation:
1. Add Upload File button
2. Add excel file from browser.
3. Upload file into some folder.
4. Bind Grid by data contain in excel sheet with one checkbox
5. By Check the checkbox, the row which is checked is stored in database by save click.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以浏览此 文章,其中将涵盖以下几点:
其他部分例如复选框并将其保存到数据库任务,我认为您可以继续进行一些搜索您自己进行,因为本文为您提供了一些起点。
You can go through this article, which will cover some points as below:
Other parts such as checkbox and saving it to the database task, I think you can go ahead and do some search on your own as this article gives some starting point for you.