Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
97 Points
93 Posts
Apr 16, 2012 11:02 AM|LINK
I am using MVC2. and i am new to it.
I have an application that creates the user with registration. i have one controller with all the textboxs and submit button.
Now i want to redirect to specific class that can add user into database.
after adding user into database user should be redirected to registration page with message of user added.
i want to know how to redirect from page to any class in asp.net mvc2.
Please help.
pchindhade
Member
97 Points
93 Posts
How to process data in between two controllers in Asp .Net MVC2
Apr 16, 2012 11:02 AM|LINK
I am using MVC2. and i am new to it.
I have an application that creates the user with registration. i have one controller with all the textboxs and submit button.
Now i want to redirect to specific class that can add user into database.
after adding user into database user should be redirected to registration page with message of user added.
i want to know how to redirect from page to any class in asp.net mvc2.
Please help.