Click here to Skip to main content
15,912,504 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have page tag and i use the resource file to set the Title of the page when i use the code
<page title="<%$ Resources.Resource.PAGE_TITLE %>">

It is rendered correctly on the page.
But when i try to append words like this
<page title=" site_name <%$ Resources.Resource.PAGE_TITLE %>">

I get error and it is renedered as it is like this
site_name <%$ Resources.Resource.PAGE_TITLE %>


How can i append correctly to the title tag


Even for the link button if i use postback url withe <%$ Eval("item_id") %> it is rendered correctly .
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900