Greetings Aman,
you can use the Embed tag for palying video files on the web
<Embed src="C:\sample.avi"> </Embed>
and for the details song list use the frameset and set the (target hyper link) for clicking the song list.
<asp:HyperLink ID="Mylink" NavigateUrl='target page link'
runat="server" Target="main">
Thanks