Showing posts with label svg. Show all posts
Showing posts with label svg. Show all posts

Thursday, March 22, 2012

Support for SVG? ASP.Net, IE & others

There are many unanswered questions about SVG in those forums (see1,2,3,4 among others). What is the state of SVG support in ASP.NET? Is-it already possible to develop a ASP.NET website using SVG? if not what is the support roadmap?

Thanks in advance,
Joannes
http://www.peoplewords.com

Since scalable vector graphics are not a .NET technology but an HTML technology, ASP.NET doesn't care about them. On the good side, it also means ASP.NET fully supports using them, since ASP.NET isn't involved in any way. And since it doesn't involve ASP.NET it's reasonable to expect no answer in an ASP.NET forum.

For SVG you need a compatible viewer. And that's really about it. Google will find you plenty of tutorials, most several years old and still valid.

Jeff

Tuesday, March 13, 2012

svg graphic in datagrid

Hi,

How can I place a svg graphic in a datagrid ??Use a template column has one of you're datagrid columns. You can have any html you want in a template column including image tags.
yeah I know about the template column. I just wanted to know that if the image tags can support svg files. I will try it. thanks,