problem in url mapping
hi
i have a problem in UrlMapping. For this i placed following code in web.config
<add url="~/Beverages.aspx" mappedUrl="~/ProductsByCategory.aspx?CategoryID=1&CategoryN ame=Beverages"/>
but it is not working in Gridview, any one tell me pls what can i do for this problem
|