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.

Saturday, 30 July 2016

How to use $.post , $.getJSON , $.ajax in Asp.Net MVC

How to use $.post , $.getJSON , $.ajax  in Asp.Net MVC ---Sql query create table Student ( RollNo int primary key, Name varchar(50) not null, Gender varchar(50) not null, Course varchar(50) ) create table Course ( CourseId int primary key, CourseName varchar(50) not null ) --**************************---- Note :  Here  we  will discuss $.post method and $.getJson method in Mvc We will create Controller...