I'm trying to implement a friendlyurl on asp.net 2.0 webform. I was to catch the id on the target page by :
Page.RouteData.Values ["id"]
But i didn't find that.
Is there any alternative to Page.RouteData.Values on asp.net 2.0? Is there any way to implement routing on asp.net 2.0?