All Questions
Tagged with request.querystring asp.net-mvc-3
2 questions
0
votes
1
answer
3k
views
mvc3 request.querystring throws null error
i have the problem of retrieving the querystring and verifying the email in mvc3 application.
The thing i want to do is get the querystring values and pass it to a method to execute but when i ...
2
votes
1
answer
4k
views
Request.QueryString not working in _Layout.cshtml in MVC3
I've run into an odd problem with MVC3 - If I try and use Request.QueryString["bookID"] in my _Layout.cshtml file, it always returns an empty string. If I move this into any of the pages that inherit ...