This works:
\" />
This doesn\'t work:
In my code i am using something like this easily but in the databound control like ListView Item template
But when i tried to use outside the databound control using <%# .. %>, it simply doesn't work.
You can easily do with
My href
But for server controls, and outside of databound control. We need to call DataBind() in pageload event explicitly