URL problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shinobi
    New Member
    • Nov 2008
    • 7

    URL problem

    My first page displaying some linkbuttons showing categories. when this linkbutton clicked this goes to second page containing a datalist which displaying all the items of that particular category.

    On this secod page my url is like this when i clicked category "computer"
    details.aspx?id =computer
    There is 2 datalists form 2
    pageddatasource is used in my datalist1 which shows items of category.
    Datalist2 have linkbutton which shows page numbers.
    When i click page number my url is like this

    showdetails/details.aspx?id =computer
    I want to hide my page name details.aspx and show url like
    showdetails/computer or
    showdetails/computer/page-2.html

    Anybody please help me
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    Hello Shinobi,

    Could you please provide more information to your question? Maybe explaining it in more detail and also post some of your code.

    That would help us in finding a solution to your question.

    Thanks,
    CroCrew~

    Comment

    Working...