M
Mr.Cyber
Hi, brothers 
I'm rather novice in this area. I mean web programming and control building
and though.
I create UserControl:
public class ucParsedPNG : System.Web.UI.UserControl
{
... blah-blah-blah ...
}
My UserControl has to contain image and this one should be loaded
dynamically from a stream from C# code.
I have two files:
ucParsedPNG.ascx
ucParsedPNG.ascx.cs
I'v heard that in tag <IMG> in attribute <SRC> I can specify some script.
But all this I could do if I would use HTML. Now I'm trying to write in C#.
What exactly should I do now to achieve needed result.
All kind of help, hints, links and explanation will be highly appreciated!!!
A lot of thanks in advance!!!
I'm rather novice in this area. I mean web programming and control building
and though.
I create UserControl:
public class ucParsedPNG : System.Web.UI.UserControl
{
... blah-blah-blah ...
}
My UserControl has to contain image and this one should be loaded
dynamically from a stream from C# code.
I have two files:
ucParsedPNG.ascx
ucParsedPNG.ascx.cs
I'v heard that in tag <IMG> in attribute <SRC> I can specify some script.
But all this I could do if I would use HTML. Now I'm trying to write in C#.
What exactly should I do now to achieve needed result.
All kind of help, hints, links and explanation will be highly appreciated!!!
A lot of thanks in advance!!!