Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi.I am working on a video on demand service web site for my college which is an intranet project.I would like to display various video which are uploaded by the users to be shown n a single page.That is it must fetch the address dynamically rather than the developer specifying.Please do help me.Thank in advance
Posted

1 solution

Store the Video Urls somewhere either in Database or Files.
Use GridView and add object code inside TemplateField ItemTemplate.
XML
<ItemTemplate>

Add the object code for video here.

</ItemTemplate>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900