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("
");B1111 Likhit - });
Dharmraj ThakurPosted May 10, 2017, 3:29 AM
Ramesh PalanivelPosted May 10, 2017, 3:23 AM