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
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Posting Data
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manish Sharma (1)
Harpreet Singh (1)
Santhi Maadhaven (1)
Related resources for Posting Data
No resource found
Posting Data to MVC Action Using KnockoutJS
5/22/2020 1:47:06 AM.
In this article we will learn how to post data to a MVC action using KnockoutJS.
Avoid Cross Site Scripting (XSS) Attacks While Posting Data Through AJAX In MVC Application
9/28/2016 4:17:28 PM.
In this article, we will learn how to avoid Cross-Site Scripting attacks when we are posting our data through AJAX POST method in our application.
Posting to another .aspx using ASP.NET
6/16/2009 3:00:11 AM.
ASP.NET wont allow to post back to another aspx page. It will post back to itself. If you specify action attribute it will ignore it. If you omit the method attribute, it will be set to method="post" by default.