ASP.NET postbacks creates issue in URL rewriting?

前端 未结 2 883
悲&欢浪女
悲&欢浪女 2021-01-04 13:10

I am using Intelligencia for url rewriting in my asp.net project.

I have solved many issues by doing R & D for url rewriting but right now i stuck with one issue

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-04 14:03

    You'll probably need to use a custom From control to handle the re-written URLs, there's an excellent blog from Scott Gu on the subject here:

    http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx

    It should be a good starting point.

提交回复
热议问题