J Jonny Mar 30, 2006 #1 How do I add Flash content (buttons & Banners to an ASPX page using VB.NET 2003 as the code behind, if needed? TIA
How do I add Flash content (buttons & Banners to an ASPX page using VB.NET 2003 as the code behind, if needed? TIA
S Steve C. Orr [MVP, MCSD] Mar 30, 2006 #2 I'd suggest you use one of these controls: http://www.asp.net/ControlGallery/default.aspx?Category=30&tabindex=2
I'd suggest you use one of these controls: http://www.asp.net/ControlGallery/default.aspx?Category=30&tabindex=2
J Jonny Mar 30, 2006 #3 Thank you Steve! Are there any free controls or can I just code it easily enough myself?
S Steve C. Orr [MVP, MCSD] Mar 31, 2006 #4 There is a free control in there but it's for ASP.NET 2.0. You could make one yourself. Really it's just a matter of figuring out what HTML to render.
There is a free control in there but it's for ASP.NET 2.0. You could make one yourself. Really it's just a matter of figuring out what HTML to render.