-
Posted to
IIS7 - URL Rewrite Module
by
sadegh-shad
on
08-01-2009, 3:02 AM
thanks ruslan but this isnt my purpose.
i want to change DataPager links href attribute from news.aspx?page=id to id.aspx
thanks again
-
Posted to
IIS7 - URL Rewrite Module
by
sadegh-shad
on
07-30-2009, 2:50 AM
oooooooops!
Another problem I have with sub domain.
I use from the following rules for redirecting and rewriting subdomain. when user request http://www.domain.com/news/, this request redirect to http://news.domain.com. and if user again request http://news.domain.com/90/sample for reading news details this redirect to ...
-
Posted to
IIS7 - URL Rewrite Module
by
sadegh-shad
on
07-25-2009, 12:42 PM
anybody can't help to me?
-
Posted to
IIS7 - URL Rewrite Module
by
sadegh-shad
on
07-24-2009, 11:50 AM
I do this, but........ This method is available in sp1?
Note: I'm using the ASP.NET 3.5(No SP1)
-
Posted to
IIS7 - URL Rewrite Module
by
sadegh-shad
on
07-24-2009, 2:56 AM
thanks daneil, But the code above do not work.
MapStringAttributeToString is not a Member of HtmlControl...Another thought comes to mind does not?
-
Posted to
IIS7 - URL Rewrite Module
by
sadegh-shad
on
07-23-2009, 2:16 AM
by default, when i using rewriteModule and rewrite page/default.aspx?id={0}&title={1} to page/{0}/{1} All Ajax Controls (UpdatePanel, UpdateProgress and etc) dont works.
what should i do?
-
Posted to
IIS7 - URL Rewrite Module
by
sadegh-shad
on
07-22-2009, 3:24 PM
hi
when i using rewriteModule, must set form action attribute, but i cant set this is ASP.NET 3.5.
how to setting action attribute of form tag without using ASP.NET 3.5 SP1?
-
Posted to
IIS7 - General
by
sadegh-shad
on
07-22-2009, 3:17 PM
How do I do?
-
Posted to
IIS7 - URL Rewrite Module
by
sadegh-shad
on
07-22-2009, 3:14 PM
yes, This is true
-
Posted to
IIS7 - URL Rewrite Module
by
sadegh-shad
on
07-22-2009, 8:12 AM
I used DataPager for moving to pages
<asp:DataPager ID="dpSummary" class="pager" runat="server" PagedControlID="lvSummary"
QueryStringField="page" PageSize="10">
<Fields>
<asp:NextPreviousPagerField ButtonType="Button" ...