Click here to Skip to main content
15,884,838 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: File uploader Pin
www.Developerof.NET18-Apr-10 20:26
www.Developerof.NET18-Apr-10 20:26 
GeneralRe: File uploader Pin
Morgs Morgan18-Apr-10 21:57
Morgs Morgan18-Apr-10 21:57 
Questionwhat does the the following C# code mean? an class="smallblack">Application[“mydata”]=”mydata”; Pin
reogeo200816-Apr-10 4:07
reogeo200816-Apr-10 4:07 
AnswerRe: what does the the following C# code mean? an class="smallblack">Application[“mydata”]=”mydata”; Pin
Not Active16-Apr-10 4:15
mentorNot Active16-Apr-10 4:15 
Questionasp.net program to generate search engine like google Pin
sameer1a2b3c16-Apr-10 3:05
sameer1a2b3c16-Apr-10 3:05 
AnswerRe: asp.net program to generate search engine like google Pin
Sandeep Mewara17-Apr-10 3:28
mveSandeep Mewara17-Apr-10 3:28 
GeneralRe: asp.net program to generate search engine like google Pin
sameer1a2b3c17-Apr-10 18:09
sameer1a2b3c17-Apr-10 18:09 
QuestionHAving problem in urlrewriter.net for the rediret page and for url Pin
Member 438775716-Apr-10 2:49
Member 438775716-Apr-10 2:49 
I am implementing url rewriting in my website by using urlrewriter.net(Intelligencia.UrlRewriter) and i am facing problem.
in my web.config i have written

<rewriter>
<rewrite url="~/Products/(.+)-(.+)" to="~/Products.aspx?CategoryName=$1&amp;CategoryId=$2"/>
<rewrite url="~/Product/(.*)/(.*)" to="~/ProductDetails.aspx?ProductId=$2"/>

1) And my href for product is given as:

<li><a href='" & Page.ResolveUrl("~/Products/") & strUrl(notebooks-laptops)& "-" & intCategoryId(222) & "'>" & strMenu(notebooks & laptops) & "</a>

I am having the path now as
http://localhost/Products/notebooks-laptops/222 =>category and its id

but I want
http://localhost/Products/notebooks-laptops

but the search condition in application is through intCategoryId(222) so will require it.


2) In the above web.config code the second rewrite is for details of that product which is clicked.
my url is
http://localhost/Products/notebooks-laptops/345345435->ProductId

But its goes in both page products and productdetails page and finally in products and application get hanged.Is there is any mistake in rewriter code i.e rule in config file
PLease help me me for both the Probelm.Any help is appreciated
Questionget the data of PDF to XL Sheet Pin
raghvendrapanda16-Apr-10 1:22
raghvendrapanda16-Apr-10 1:22 
AnswerRe: get the data of PDF to XL Sheet Pin
adkalavadia16-Apr-10 23:22
adkalavadia16-Apr-10 23:22 
QuestionPrint Option On Report Viewer Pin
rhtbhegade16-Apr-10 0:52
rhtbhegade16-Apr-10 0:52 
Answer[Repost] Re: Print Option On Report Viewer Pin
Sandeep Mewara16-Apr-10 1:57
mveSandeep Mewara16-Apr-10 1:57 
QuestionWhat kind of authentication to use? Pin
Priya Prk16-Apr-10 0:31
Priya Prk16-Apr-10 0:31 
AnswerRe: What kind of authentication to use? Pin
Not Active16-Apr-10 1:53
mentorNot Active16-Apr-10 1:53 
GeneralRe: What kind of authentication to use? Pin
Priya Prk16-Apr-10 2:22
Priya Prk16-Apr-10 2:22 
GeneralRe: What kind of authentication to use? Pin
Not Active16-Apr-10 2:25
mentorNot Active16-Apr-10 2:25 
Questionmessage box Pin
luckydear16-Apr-10 0:09
luckydear16-Apr-10 0:09 
AnswerRe: message box Pin
Arun Jacob16-Apr-10 0:19
Arun Jacob16-Apr-10 0:19 
AnswerRe: message box Pin
Sandeep Mewara16-Apr-10 2:01
mveSandeep Mewara16-Apr-10 2:01 
AnswerRe: message box Pin
Sundeep Ganiga16-Apr-10 18:31
Sundeep Ganiga16-Apr-10 18:31 
GeneralRe: message box Pin
luckydear23-Apr-10 23:11
luckydear23-Apr-10 23:11 
GeneralRe: message box Pin
Sundeep Ganiga25-Apr-10 18:14
Sundeep Ganiga25-Apr-10 18:14 
GeneralRe: message box Pin
luckydear8-May-10 21:31
luckydear8-May-10 21:31 
GeneralRe: message box Pin
Sundeep Ganiga9-May-10 1:25
Sundeep Ganiga9-May-10 1:25 
QuestionProblem with file upload control Pin
sarang_k15-Apr-10 23:50
sarang_k15-Apr-10 23:50 

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.