Posted on: 5/18/2015 3:26:20 PM | Views : 671

I want to be able to enter a the ID of a playlist and have it display the thumbnails of all the videos in a grid. When I click it, a screen should open up and play that specific video.
http://yougapi.com/products/youtube/?playlist=PL55713C70BA91BD6E&t=6
This is EXACTLY what I need ^
Except whoever made that is selling it, how hard is it to implement something like that within a website?
I am a beginner programmer within c# and asp.net, any help or pointers?
What I had in mine was to obtain the json reply from the youtube api query, break that down using jsonconvert.deserializeobject then run a foreach loop and maybe assign the player code inside a literal inside a section of the gridview so it looks like literal1.Text = "http://www.youtube.com/embed/xxxxxx\" frameborder=\"0\" allowfullscreen>";
Is this plausible? Also how would I go about accessing a literal within a gridview in asp.net?
Than ...

Go to the complete details ...