pass data between different views in MVC in c#.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, Suppose if i have a dropdown in a view page and if i select any value in the dropdown and the selected value needs to be passed to the different view. please let me know how is it possible.(with an example) Thanks in Advance.
You can use QueryString for this purpose. Just google it, you will get a lot of examples on how you can use QueryString in MVC.
Anurag Gandhi.
http://www.gandhisoft.com
Life is a computer program and every one is the programmer of his own life.
My latest article: Group GridView Data