Add flash content in custom control C#.NET file
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi , I'm creating a custom control for a web project. I wanted to add flash content as part of that control. How do i do that in C# file. Pls help. Thanks in advance, Priya
Dpriya wrote:
I wanted to add flash content as part of that control.
You mean you want to add the html markup to the custom control so that when it is used on the web page the player can run at the client side? Basically, you can add the contents to the custom control in the Render method or add the child control to the Controls collection of the parent.