Can some explain what the "_" value is all about? This is what fiddler is showing me for my MVC 3 page that has a jQuery ajax call on the client.
GET /Services/GetFoodDescriptionsLookup(100)?_=1291727469299 HTTP/1.1
When the URL is constructed in this fashion I don't get back any data, but if I type
GET /Services/GetFoodDescriptionsLookup(100)
this works..
Thank you, Stephen