Click here to Skip to main content
15,891,529 members

Comments by harshavardhan12345678 (Top 200 by date)

harshavardhan12345678 24-Jan-18 23:32pm View    
Okay .
harshavardhan12345678 29-Oct-15 13:29pm View    
And also me added service reference to the application but it doesn't works ...
harshavardhan12345678 22-Mar-15 15:29pm View    
my action metho

public ActionResult Index()
{
List<employee> Samples = new List<employee>()
{
new Employee{EmpID=1,Empname="Bhagyaraj"},
new Employee{EmpID=2,Empname="Mohan"}
};
return View();
}
harshavardhan12345678 22-Mar-15 15:26pm View    
error is Object reference not set to an instance of an object.
harshavardhan12345678 19-Sep-14 0:44am View    
Have u got the Answer