How to create server controls?
-
I'm using VS 2005 on .Net 2.0 and need to create 2 server controls in C#. The one needs to display an image and the other a video and they need to be able to have associated properties. Is that possible?:~ I've tried researching on Google but most info is fo VS 2008 on .Net3.5. Can anyone offer me some advice on where to start or have sample code that can help me find my way? Thanks
-
I'm using VS 2005 on .Net 2.0 and need to create 2 server controls in C#. The one needs to display an image and the other a video and they need to be able to have associated properties. Is that possible?:~ I've tried researching on Google but most info is fo VS 2008 on .Net3.5. Can anyone offer me some advice on where to start or have sample code that can help me find my way? Thanks
Displaying an image is trivial, it's an img tag. Displaying a video is different, you need to embedd a java or activeX control that does it for you.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Displaying an image is trivial, it's an img tag. Displaying a video is different, you need to embedd a java or activeX control that does it for you.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Thanks for the advice Christian. I refined my search and funnily enough i found what i was looking here on Code project. Thanks again. Shaun