hi everyone,
i m using default route of mvc2 like {controller}/{action}/{id}. i want to access that id field in view. how can i do that without using tempData and ViewData. if i have url like http://server-name/home/edit/14 i need value 14 in aspx view
any help is highly appreciated
regards
Adeel