Click here to Skip to main content
15,881,757 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: states and countries Pin
Sandeep Mewara15-Apr-10 21:03
mveSandeep Mewara15-Apr-10 21:03 
Questionalternative to iFrame Pin
A M SOMAN15-Apr-10 19:27
A M SOMAN15-Apr-10 19:27 
AnswerRe: alternative to iFrame Pin
Chetan Patel15-Apr-10 20:46
Chetan Patel15-Apr-10 20:46 
AnswerRe: alternative to iFrame Pin
Chetan Patel15-Apr-10 20:48
Chetan Patel15-Apr-10 20:48 
GeneralRe: alternative to iFrame Pin
Sandeep Mewara15-Apr-10 21:05
mveSandeep Mewara15-Apr-10 21:05 
AnswerRe: alternative to iFrame Pin
Peace ON15-Apr-10 20:48
Peace ON15-Apr-10 20:48 
GeneralRe: alternative to iFrame Pin
A M SOMAN15-Apr-10 23:35
A M SOMAN15-Apr-10 23:35 
QuestionFacing problem in the url when using url rewritind Pin
Member 438775715-Apr-10 3:53
Member 438775715-Apr-10 3:53 
Hi,

I am implementing url rewriting in my website by using urlrewriter.net(Intelligencia.UrlRewriter) and i am facing problem when i click for second time display of products.
in my web.config i have written

<rewriter>
<rewrite url="~/Products/(.*)" to="~/Products.aspx?CategoryId=$1"/>
</rewriter>

And my href fro product is given as:
<li><a href='Products/" & intCategoryId(222) & "'>" & strMenu(laptops) & "</a>"

First time I am getting path as:
http://localhost/intelligencia/products/222

In second click I am getting
http://localhost/intelligencia/products/products/800
but i want it as:
http://localhost/intelligencia/products/800 for every product i click.
AnswerRe: Facing problem in the url when using url rewritind Pin
Martin Jarvis15-Apr-10 8:09
Martin Jarvis15-Apr-10 8:09 
GeneralRe: Facing problem in the url when using url rewritind Pin
Member 438775715-Apr-10 18:30
Member 438775715-Apr-10 18:30 
QuestionRe: Facing problem in the url when using url rewritind Pin
Member 438775715-Apr-10 19:13
Member 438775715-Apr-10 19:13 
QuestionOpen source LMS? Pin
Dotnetkanna15-Apr-10 2:32
Dotnetkanna15-Apr-10 2:32 
QuestionPlay Live FP TV Pin
anilaabc15-Apr-10 2:29
anilaabc15-Apr-10 2:29 
AnswerRe: Play Live FP TV Pin
sasha winston15-Apr-10 3:59
sasha winston15-Apr-10 3:59 
GeneralRe: Play Live FP TV Pin
anilaabc15-Apr-10 18:33
anilaabc15-Apr-10 18:33 
QuestionMy dedicated server got hacked Pin
Rohit16db15-Apr-10 1:32
Rohit16db15-Apr-10 1:32 
AnswerRe: My dedicated server got hacked Pin
Morgs Morgan16-Apr-10 4:10
Morgs Morgan16-Apr-10 4:10 
Questionproblem in getting the value in minutes and seconds Pin
Amit Spadez15-Apr-10 0:12
professionalAmit Spadez15-Apr-10 0:12 
AnswerRe: problem in getting the value in minutes and seconds Pin
Sandeep Mewara15-Apr-10 0:31
mveSandeep Mewara15-Apr-10 0:31 
GeneralRe: problem in getting the value in minutes and seconds Pin
Amit Spadez15-Apr-10 0:39
professionalAmit Spadez15-Apr-10 0:39 
AnswerRe: problem in getting the value in minutes and seconds Pin
nish11115-Apr-10 0:44
nish11115-Apr-10 0:44 
GeneralRe: problem in getting the value in minutes and seconds Pin
Amit Spadez15-Apr-10 0:44
professionalAmit Spadez15-Apr-10 0:44 
GeneralRe: problem in getting the value in minutes and seconds Pin
nagendrathecoder15-Apr-10 0:47
nagendrathecoder15-Apr-10 0:47 
AnswerRe: problem in getting the value in minutes and seconds Pin
hb5213421415-Apr-10 3:49
hb5213421415-Apr-10 3:49 
QuestionHelp for right syntax in .net for defining variables in web pages Pin
Member 251458415-Apr-10 0:05
Member 251458415-Apr-10 0:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.