can any one please give me the entire code of a webform in asp.net c#, with this player embedded in it.
i didnt understand where to place the code given in the documentation. am new to this.
this is my code for page(it is content page).
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="testplayer.aspx.cs" Inherits="testplayer" Title="Test player" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>
now where and what should i do?
i didnt understand where to place the code given in the documentation. am new to this.
this is my code for page(it is content page).
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="testplayer.aspx.cs" Inherits="testplayer" Title="Test player" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>
now where and what should i do?