I have one page which is placed in the Master Page.
In the master page i have 1 dropdown and one GridView, dropdown is display the category , based on the dropdown list selection it will display the list of videos in the Grid.
In the content page i have the video player, in the page load it will play the video by default.
But when i choose the drop down list which is available in the master page, the page is refreshing, SO the video is start play from the first.
The content page should not refresh, So the video will continuously play.
So please advice how to stop the page refresh in the content page. please help me its urgent.
Thanks in Advance