TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
10
3.7k
mvc 4
Mar 20 2013 10:09 AM
$.ajax({
type: "POST",
url: url,
DataType: "json",
UpdateTargetId: "tbldata",
data: { postcode: postcode },
success: function (data) {
debugger;
$('#tbldata').add(data);
$('#divtabledata').show();
From the data. how to bind it is in VIEW(ASP.Net MVC 4)
Reply
Answers (
1
)
Create Crystal Reports using Postgresql database frm scratch
System/Programming test