没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > shikharcontrol |
shikharcontrol
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
Dear all,
There was a need to play video in my ASP.NET project. But ASP.NET doesn’t provide any specific way to play music or video in your Web applications. So I have created custom control which can play any kind of video.
The control is in .NET 2.0 which may be useful to you in your respective web applications. The specialty being that, these controls use “client callback” for any server side operation. For example “server side clock control” which displays server time every second by performing server trip using client callback feature of VS 2.0.
•Media Player Control The control supports almost all of the media formats. The control switches between various types of players (Windows Media Player, VLC player…) depending upon the file provided as the input.
•Server side Clock This control fetches the server time or date in various formats specified by the user.
•TextBox This control comes with all the validations applied automatically for you. All you have to do is specify the input type property of the control and all respective validations are handled by the control itself.
Thanks Shikhar Dadhich