Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone,

Hi I have Web Config in that i am using Following Code

C#
<rewriter>

<rewrite url="~/A/B/Index" to="~/A/B/Index.aspx"/>

<rewrite url="~/A/B/IndexDetail" to="~/A/B/IndexDetail.aspx?SrNo="/>

</rewriter>


In Index.aspx I am creating dynamically anchor tag
on that anchor tag i am calling Indexdetail.aspx?sr=SrNo page
but in url it can not be rewrite.

my question is
then what should i do to hide querystring useing rewrite

note : avoid my bad english
thanks
Chetan V
Posted
Comments
Avik Ghosh22 13-Feb-13 0:48am    
http://dotnet.dzone.com/news/easy-url-rewriting-aspnet-40
[no name] 13-Feb-13 1:49am    
thanks its solved!!!!

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900