i´m usign ASP.net MVC 3 Razor C# and i´m working with webGrid, In this WebGrid I put a list of links, when i click one of those links i get this URL:
http://localhost:50410/?SelectedRow=4 i want to put the 4 into a variable on my controller so i can know wich link was selected. I hope someone can help me please.
moy7
Member
52 Points
86 Posts
Obtain data from the url
Feb 21, 2012 09:30 PM|LINK
Hello here is my problem:
i´m usign ASP.net MVC 3 Razor C# and i´m working with webGrid, In this WebGrid I put a list of links, when i click one of those links i get this URL:
http://localhost:50410/?SelectedRow=4 i want to put the 4 into a variable on my controller so i can know wich link was selected.
I hope someone can help me please.