Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to avoid restarting of media source of windows media player on each postback happened in the form in asp.net web application
Posted
Comments
Slacker007 14-Apr-11 7:06am    
Please give us some more info regarding your question. Where are you exactly having the problem?
BobJanova 14-Apr-11 8:37am    
A postback causes the page to be reloaded. That's what it means. If you want the page not to be reloaded, don't do a postback (for example, you can pass information back to the server or update page elements with AJAX).

You can try the Ajax Update Panel[^]control.
 
Share this answer
 
Comments
sabithaOrell 19-Apr-11 1:17am    
i used the update panel it just create a visual effect but postbacking remains same and media player restarted
Why do you cause a post-back? If you need any interaction while the video is playing use ajax. You can use jQuery (if you wish) to simplify the handling of ajax based calls.
 
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