I have a page where i dynamically change a Youtube Video based on a database. The code runs great when i look at it in a browser, but the problem is that by inserting the following code into my file, VWD Express won't enter Design Mode and a lot of editing features are disabled. I.e. I can't use backspace,delete, none of the control keys work(cut,copy, paste) among other things
<object width="425" height="350"><param name="movie" value='http://www.youtube.com/v/<%# Eval("youtubeid") %>'></param><param name="wmode" value="transparent"></param><embed src='http://www.youtube.com/v/<%# Eval("youtubeid") %>' type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Anybody have any idea how to fix this? Right now my only fix is to edit that page using a text editor or Visual Studio Orcas beta.