资 源 简 介
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 y