P
pkamil83
Hello
I've got a table on SQL Server 2005 with columns:
ID int
Text XML
Image varbinary(max)
In this table I'm having SVG images.
All I have to do is to display those images on ASP.NET 2 web site (C#),
but I have no idea how to do that. I would also like to have the XML
text displayed under the Image.
Could You please help me?
I've got a table on SQL Server 2005 with columns:
ID int
Text XML
Image varbinary(max)
In this table I'm having SVG images.
All I have to do is to display those images on ASP.NET 2 web site (C#),
but I have no idea how to do that. I would also like to have the XML
text displayed under the Image.
Could You please help me?