VinnyG

Quebec City, Canada

spektrummedia.com

Age: 29

Owner and developper @ www.spektrummedia.com
May
8
awarded Nice Answer
May
7
answered Telerik MVC Grid paging Querystring Parameters
Apr
26
awarded Popular Question
Apr
17
comment SoapFault Unauthorized - Connecting to Purolator Webservices
Kind of a old question but I can't find how to set the credentials on the web service...
Apr
15
awarded Student
Apr
3
comment Convert List<List<T>> into List<T> in C#
SelectMany FTW!
Mar
25
accepted Generic "back" button in a MVC3 application
Mar
25
answered Generic "back" button in a MVC3 application
Mar
12
comment Generic "back" button in a MVC3 application
Nope, only MVC.
Mar
11
comment Generic "back" button in a MVC3 application
And it won't work for the cases where there is a auto-redirect in my page (like an empty list that redirect to the create item) will return back to an empty list and then this page will redirect again to create a new item
Mar
11
asked Generic "back" button in a MVC3 application
Mar
10
awarded Popular Question
Mar
8
awarded Nice Question
Mar
6
comment How do I get ASP.Net MVC to ignore the "&ui-page" added to the URL by jQuery Mobile?
is it possible to add ? before the & ? like in this url sample : http://{domain}/{controller}/{action}/{id}?&ui-page={jQueryMobile.PageId} it could also be a #
Mar
6
answered Unit test wiring of MVC, FluentValidation, and Ninject
Mar
6
comment How to set a custom route value so that only members with the Admin role can access my elmah.axd page in MVC3
updated : use Response.Redirect("URL");
Mar
6
revised How to set a custom route value so that only members with the Admin role can access my elmah.axd page in MVC3
added 129 characters in body
Mar
6
comment How to set a custom route value so that only members with the Admin role can access my elmah.axd page in MVC3
Don't know what you want to do but this might help : code.google.com/p/elmah/wiki/DotNetSlackersArticle
Mar
6
answered How to set a custom route value so that only members with the Admin role can access my elmah.axd page in MVC3
Mar
6
comment How to set a custom route value so that only members with the Admin role can access my elmah.axd page in MVC3
Can you post all your routes config? And your full controller
1 2 3 4 5