I am creating a MVC 3 application in which I want the administrator of the application to upload a list of EmpIds into the database so that whenever a new employee (already enrolled with the company) comes and registers for the application the EmpId that
he enters can be checked to be existing in the numerous EmpIds uploaded by the admin and subsequently granty access if successful.
So, for this i want to create a text box (or something else that can take an input) in which the admin can simply put the EmpId's separated by commas and then these EmpIds are uploaded into a table in the database.
pakzwal
0 Points
2 Posts
Database update by CSVs in a textbox
Feb 23, 2012 05:10 PM|LINK
Hello,
I am creating a MVC 3 application in which I want the administrator of the application to upload a list of EmpIds into the database so that whenever a new employee (already enrolled with the company) comes and registers for the application the EmpId that he enters can be checked to be existing in the numerous EmpIds uploaded by the admin and subsequently granty access if successful.
So, for this i want to create a text box (or something else that can take an input) in which the admin can simply put the EmpId's separated by commas and then these EmpIds are uploaded into a table in the database.
Any help please?
I am new to MVC.
Thanks in advance!