Custom Pages Link


https://forum.kartris.com/Topic1847.aspx
Print Topic | Close Window

By Frank - Thu 7 Mar 2013
Hi all,

Please, what is the correct href format to link to a Custom Page using the ID name.

Thanks in advance,

Frank
By Paul - Thu 7 Mar 2013
It should be

/Page.aspx?strPage=ID

For example

http://www.kartris.com/page.aspx?strPage=DataTool
By Frank - Thu 7 Mar 2013
Paul,

Thanks for your very prompt response.

Frank
By Neil - Thu 7 Mar 2013
'Friendly' links also ??? http://www.kartris.com/t-datatool.aspx ???
By Paul - Thu 7 Mar 2013
Yes, friendly format too - I thought because he mentioned ID he was probably after the unfriendly way; the friendly way is used on most sites, so I assumed it can be figured out by looking at our site.

Quite liking this instantforum update, useful being able to mark responses as a solution. Still cannot get email working yet though Sad
By askomit - Thu 25 Apr 2013
i noticed, well in kartris 2.0, that you can also use links like this

www.myweb.com/t-somepage

you dont need to add aspx at the end....
By Mart - Thu 25 Apr 2013
I think that previously didn't work on older versions of asp.net as such a URL wouldn't fire the aspx 404 page (which is what we use to map). Now with integrated mode I think everything is run via the aspx parser.

I guess if it works then no problem!