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
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
Comment