Thank you,
I'm doing rewritting URL, so my link is <a href="home/product/shoes.aspx"> SHOES A </a>
And at execution I want to rewrite it to :home/product/shoes.aspx?prodID=Shoes A.
So the entry URL will be (home/product/shoes.aspx) and I would like to get the text( Shoes A) or his ID to complete my path to (home/product/shoes.aspx?prodID=Shoes A.) using HTTP HANDLERS.
The code that rewrite the URL is very good ! my problem is how to get the string that completes my path
Bets regards