<a target="videoWindow" önclick="showPopup('popup1<%#Eval("logId")%>','<%# DataBinder.Eval(Container.DataItem, "logId")%>');">Video</a> <div id="popup1<%#Eval('logId')%>" class="popup" style="height:280px;"> <a id="popupBoxClose1" href="#" önclick="unloadPopupBox('popup1<%#Eval("logId")%>');">Close</a> <div style="background-color:#DAF2FE; text-align:center; margin-removed12px; width:600px;">Video</div> <div id="dvcomm1" style="margin-removed20px;"> <br /> <iframe name="videoWindow" id="videoWindow" height="240px" width="550px" runat="server" src='<%#Eval("video") %>' scrolling="yes"></iframe> </div> </div>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)