Tech
Forums
Jobs
Books
Events
Videos
Conference
Annual Conference
Bcrypt
Ai Conference
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Reply
error while sending post request in angular
Ask a question
Ask a question
Upload Source Code:
Select only zip and rar file.
tarun janveja
7y
221
1
Reply
hi,
i am getting 500 internal server error on using below angular script in dot net pleae help
$scope.Delete = function (SID) {
if (confirm("Are you sure want to delete?")) {
var httpreq = {
method: 'POST',
url: 'default.aspx/Delete',
headers: {
'Content-Type': 'application/json; charset=utf-8',
'dataType': 'json'
},
data: { StudentID: SID }
}
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
How can I call this code on button click?
Fetch Record From DateTime Column in MsExcess