How to read data from html page / web scraping
Here I have a sample code but modify according requirement public ActionResult GetDetail(FormCollection form, string command) { try { var userInfo = from user in webscrapinEntity.Login_Info select new { Name = user.UserName, ...