This is my code for Display data
public ActionResult Details(string acno)
{
sample styles = db.samples.Single(x => x.AccNo == acno);
return View(styles);
}
In my table column(AccNo) values is=AccNo
This my Url
http://127.0.0.1:81/Hondaofconyers/Details/102.111.17888
Bu i am getting an error like this
what is the mistake my code??
plz help me
ERROR:
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.