http://blog.outsharked.com/2010/12/html-apostrophes-quotes.html
If you use Eval inside your ASPX page, you can avoid using escapes for double quotes by using single quotes for the outermost delimiter e.g. href='<%# Eval("mylink") %>'
But, if you really need to escape the inner double-quote characters, you should use the html way of escaping the quote characters i.e. use " inside the html attribute value. e.g. href="<%# Eval("mylink" )%>"
http://www.ascii.cl/htmlcodes.htm
Subscribe to:
Post Comments (Atom)
Github CoPilot Alternatives (VSCode extensions)
https://www.tabnine.com/blog/github-copilot-alternatives/
-
Entity Framework (EF) Documentation Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relat...
-
http://www.emadmokhtar.com/2011/11/micro-orms-war-dapper-vs-massive-vs-petapoco/ Here are links to the Micro ORMs mentioned. Dapper M...
-
Best PHP Frameworks 2014 – Phalcon, Laravel, CodeIgniter, Yii, Symfony http://briananglin.me/2014/01/best-php-frameworks-2014/ "...
No comments:
Post a Comment