Hi have an MVC page that shows up with the url like:
When I'm at this page I run some jquery that calls another method in the controller. In this new method I want to get the 2 from http://myhost/Invoice/Edit/2. One problem is now that I've called the new method the Request.Url has obviously changed from http://myhost/Invoice/Edit/2 to be different.
Can anyone tell me in this situation how I would get the 2?