Glenn
unread,Apr 30, 2008, 3:32:27 PM4/30/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
.htaccess
... Glenn
On Apr 30, 3:56 am, "jack me" <
reachtoj...@gmail.com> wrote:
> Hi
>
> I want to do url rewriting for a site. I can implement on static urls or
> predefined urls but if I am entering products under a category like *books*.
> if i know the book id then ok but i dont know the book id and all things on
> page are coming dynamically then how i may implement URL Rewriting. What i
> have to do in web config instead of below line:
>
> <add url="~/books/"
> mappedUrl="~/ProductsByCategory.aspx?CategoryID=6&CategoryName=books&BookId=10"/>
>
> Thanks