I want to supply a value in RedirectToAction() to some other method. My requirement is like this. I al registering a new user.On clicking the next button, I have to register the new user as well as to redirect to some other page with the registration details.So, here I have to supply value in RedirectToAction to get the registration details in new page.Can anyone help me in doing this??
My form is like this:-
New User Reg.:- email password
Next
So, on clicking the next button, I can register the new user but I can't supply the value. How can I do this?? Any help would be greatly appreciated.
In the next form, I have to get those registration details.I can get them but I can't first supply the value to that method.