Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to send textbox value from one view to another view but i have no idea how to send it please help me.
Thanks in advance.

What I have tried:

I am trying viewbag and viewdata to send textbox value from one view to another view but I have no proper idea about the use of viewbag and viewdata
Posted
Updated 11-Jan-21 21:25pm

1 solution

One of the ways could be to post source view data using Form POST to the controllers Action method of the destination view.

Refer: Pass (Send) data from one View to another in ASP.Net MVC[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900