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 controller method
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Akshay Patel (6)
Abhimanyu K Vatsa (1)
Mudita Rathore (1)
Anubhav Chaudhary (1)
Related resources for controller method
No resource found
GET and POST Calls to Controller's Method in MVC
4/2/2024 9:16:30 AM.
In this article I am going to cover some really interesting material that is very useful today in web application development. You will learn how to make jQuery Ajax GET and POST calls to controller m
Process of Selecting Controller Method in ASP.NET Web API Framework
3/18/2021 5:53:53 AM.
In this article, we will define the process of selecting the controller method in the ASP. NET Web API.
View to Controller Method 10: Day 32
10/31/2014 5:16:00 PM.
In this article we post data from a view to a controller using a form and get the data using a Request.
View to Controller Method 8: Day 30
10/30/2014 9:50:42 PM.
In this article we post data from a view to a controller using a form and get the data using Request.Form.Get.
View to Controller Method 4: Day 19
9/22/2014 6:38:42 AM.
This article describes the View to Controller Method.
View to Controller Method 5: Day 20
9/22/2014 6:34:59 AM.
This article shows how to post data from a view to a controller using Html.BeginForm and receive using a Request object.
View to Controller Method 1: Day 16
8/25/2014 6:52:44 AM.
This article shows how to pass data from a view to a controller using Html.BeginForm().
View to Controller Method 2: Day 17
8/23/2014 3:26:33 PM.
This article shows how to pass data from a view to a controller using Html.BeginForm() by explicitly passing an action method and controller.
Controller Method of Angular Module in AngularJS
12/22/2013 11:50:15 PM.
This article will help you to understand how to use a Controller as a method of an Angular Module in AngularJS.