Hello,
I created a Web Service in ASP .Net MVC, in this service Employee detail fetch from the database & now I show the data in view using this webservice...How this web service implement in MVC to show the data on view with the use of controller?
Note: - 1) In Web Service, database comes in void function i.e. GetEmployee() in web serivce.
Help Me Out.
Thankxxx