In
this article I am going to explain how to save the youtube into database and
display it in Gridview using Linq
Description:
In
the previous article I have explained how to implement the autocompletefunctionality in asp.net application using jquery and Cascading dropdownlistswith linq to sql.
I
have got a requirement to save the youtube video url into database and display
them where user can play the videos.
Implementation:
I
have created a table Tb_videos which store the information video tile, description
and URL.
HTML Markup: