Click here to Skip to main content
15,885,875 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Custom Paging Pin
Coding C#27-Aug-09 4:01
Coding C#27-Aug-09 4:01 
GeneralRe: Custom Paging Pin
Coding C#27-Aug-09 4:13
Coding C#27-Aug-09 4:13 
GeneralRe: Custom Paging Pin
.NET- India 27-Aug-09 23:22
.NET- India 27-Aug-09 23:22 
QuestionUsing profile as custom class (getting null while taking data from profile _ Pin
justintimberlake27-Aug-09 1:21
justintimberlake27-Aug-09 1:21 
AnswerRe: Using profile as custom class (getting null while taking data from profile _ Pin
Ibrahim Bello27-Aug-09 1:37
Ibrahim Bello27-Aug-09 1:37 
GeneralRe: Using profile as custom class (getting null while taking data from profile _ Pin
justintimberlake27-Aug-09 1:57
justintimberlake27-Aug-09 1:57 
GeneralRe: Using profile as custom class (getting null while taking data from profile _ Pin
Ibrahim Bello27-Aug-09 2:23
Ibrahim Bello27-Aug-09 2:23 
QuestionUrl rewrite Pin
Ramkumar_S27-Aug-09 1:21
Ramkumar_S27-Aug-09 1:21 
Hi

<?xml version="1.0"?>

<configuration>
     <configSections>
          <section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler,Intelligencia.UrlRewriter"/>
     </configSections>
     <system.web>
          <httpModules>
               <add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule,Intelligencia.UrlRewriter"/>
          </httpModules>
          <compilation debug="true"/></system.web>
     <rewriter>
          <rewrite url="~/products/books.aspx" to="~/products.aspx?category=books"/>
          <rewrite url="~/products/CDs.aspx" to="~/products.aspx?category=CDs"/>
          <rewrite url="~/products/DVDs.aspx" to="~/products.aspx?category=DVDs"/>
     </rewriter>
</configuration>


I have included the bin file.
In the root i have   ~/products/books.aspx,~/products/CDs.aspx   ..files

when i try to give http://localhost:1890/products.aspx?category=CDs   in browser ..i am getting this error
   HTTP Error 404 - Not Found.


Plz help..

Or suggest me good and easy rewriting method

Ramkumar

AnswerRe: Url rewrite Pin
SeMartens27-Aug-09 2:39
SeMartens27-Aug-09 2:39 
GeneralRe: Url rewrite Pin
Ramkumar_S27-Aug-09 3:04
Ramkumar_S27-Aug-09 3:04 
GeneralRe: Url rewrite Pin
SeMartens27-Aug-09 3:13
SeMartens27-Aug-09 3:13 
QuestionDatalist itemtemplate : hide text box through javascript Pin
Hemant Thaker27-Aug-09 0:45
Hemant Thaker27-Aug-09 0:45 
AnswerRe: Datalist itemtemplate : hide text box through javascript Pin
Arun Jacob27-Aug-09 1:03
Arun Jacob27-Aug-09 1:03 
GeneralRe: Datalist itemtemplate : hide text box through javascript Pin
Expert-Net-Developer27-Aug-09 2:16
Expert-Net-Developer27-Aug-09 2:16 
GeneralRe: Datalist itemtemplate : hide text box through javascript Pin
Hemant Thaker27-Aug-09 2:22
Hemant Thaker27-Aug-09 2:22 
Questionpopulate form Pin
mylogics27-Aug-09 0:21
professionalmylogics27-Aug-09 0:21 
AnswerRe: populate form Pin
Coding C#27-Aug-09 0:47
Coding C#27-Aug-09 0:47 
GeneralRe: populate form Pin
mylogics27-Aug-09 0:55
professionalmylogics27-Aug-09 0:55 
GeneralRe: populate form Pin
nagendrathecoder27-Aug-09 1:12
nagendrathecoder27-Aug-09 1:12 
QuestionGauge Control (Speedometer) chart in asp.net [modified] Pin
rahul.net1127-Aug-09 0:07
rahul.net1127-Aug-09 0:07 
AnswerRe: Gauge Control (Speedometer) chart in asp.net Pin
japss3-Mar-10 10:16
japss3-Mar-10 10:16 
Questiondatasource for girdview Pin
haleemasher26-Aug-09 23:27
haleemasher26-Aug-09 23:27 
AnswerRe: datasource for girdview Pin
Vimalsoft(Pty) Ltd26-Aug-09 23:40
professionalVimalsoft(Pty) Ltd26-Aug-09 23:40 
Questionfocus inside a bitmap Pin
michael@cohen26-Aug-09 23:07
michael@cohen26-Aug-09 23:07 
AnswerRe: focus inside a bitmap Pin
Robert_Pan27-Aug-09 15:03
Robert_Pan27-Aug-09 15:03 

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.