更改使用查询字符串的URL显示

时间:2012-09-19 07:29:48

标签: asp.net

当我点击gridview超链接字段时,下一页打开,网址为https://www.example.com//forumtopic.aspx?CategoryId=1,但我想将网址显示为https://www.example.com//Forum/Maths,其中maths是类别ID 1的值。 请清楚解释,并告诉我们在gridview超链接字段中导航网址中给出的值.......

1 个答案:

答案 0 :(得分:0)

使用任何网址重写技巧

使用下面的网址

查看搜索结果

http://www.google.com?q=url+rewriting+asp.net

如果您发现任何特定的实施难度,请告诉我......