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
31
22.7k
Read values sent to ASP page from jQuery get/post/ajax in c#
May 10 2017 2:59 AM
How to read values sent to aspx page through jQuery function in aspx.cs file?
Someone pls help.
$(
function
() {
$(
"#button"
).click(
function
() {
alert(
"You clicked Submit button"
);
$.post(
'Insert.aspx'
, {StudentId:
'B1111'
, StudentName: 'Likhit'},
function
() {
});
});
$(
"#studenttable"
).append(
"<tr><td>B1111</td><td>Likhit</td></tr>"
);
});
this is my function, How to read StudentId & Student Name in aspx.cs program?
Reply
Answers (
2
)
How to read values in ASP from jQuery
can we disable firebug or firelight using jquery