Hi,
I have a website built on MVC3, and i recently built CMS using the ASPX structure.
I am using telerik aspx controlls to add and edit the contents to my front end from the admin section.
I have a RadEditor aspx control in the administation for the control , when i paste my content onto the RadEditor , it is changing the links, I don't want the links to be modified.
Eg: when i paste this in the html mode
I have a website built on MVC3, and i recently built CMS using the ASPX structure.
I am using telerik aspx controlls to add and edit the contents to my front end from the admin section.
I have a RadEditor aspx control in the administation for the control , when i paste my content onto the RadEditor , it is changing the links, I don't want the links to be modified.
Eg: when i paste this in the html mode
<a href="@Url.Content(Abc.data.url+"Registration.aspx")">Click here</a>
but it stipsoff some content and only saves
<a href="@Url.Content(Abc.data.url+">Click here</a>
How can i achive this to take what ever i give in the Editor control for the links.
Please assist.