icon
Leave a message

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Tuesday, 30 June 2015

How to implement Remote Validation in ASP.NET MVC

Remote validation is concepts to create server calls to validate information while not posting the whole form to the server once server facet validation is desirable to user facet.  It is all done got wind of model and controller that is pretty neat.   ---Sql Server Query create  database test use test create table StudentInfo ( SrNo int, Name varchar(50), UserName varchar(50) primary key, Password varchar(50), EmailId...