Hi..

I need an idea to sort page load problem..

"my question is i have a page name test.aspx which plays video from admin mode which has been set as default video and moreover when the user selects a video from the list it has to play the selected video in page load mode " my problem is it plays the default video ... any suggestion would be helpful

Thanks in advance.....

what code do you have in the page_load event? if you are reloading the same page and need to skip around code that would normally fire you can use
if(!Page.IsPostBack) {
// run code here
}

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.