do you mean like this??
(that is the datagrid and the video in the same div)
Code:
<div id="grid kai video" style="position:absolute; left: 128px; top: 256px; height:1000px; width:225px" >
<asp:DataGrid ID="GridView1" runat="server" AutoGenerateColumns="False" BorderColor="#000000"
BorderStyle="Double" BorderWidth="8px" CaptionAlign="Bottom" DataKeyField="text_id" ForeColor="#400040" ItemStyle-CssClass="WhiteSpaced"
PageSize="5" Width="225px" Height="100px" CellSpacing="-1" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Left" ShowFooter="True" ShowHeader="False" >
<PagerStyle BackColor="#FFFFC0" />
<ItemStyle BackColor="#FFFFC0" BorderColor="DarkRed" BorderStyle="Inset" BorderWidth="5px" CssClass="WhiteSpaced" Font-Size="Large"
Font-Strikeout="False" ForeColor="#400040" horizontalAlign="Left" VerticalAlign="Top" Width="225px" />
<Columns>
<asp:TemplateColumn >
<ItemTemplate >
<asp:LinkButton ID="linkbutton1" runat="server" BackColor="Transparent" BorderWidth="0px" PostBackUrl='<%# databinder.eval(container.dataitem,"url") %>' text='<%# databinder.eval(container.dataitem,"titlos") %>'></asp:LinkButton>
<asp:Label ID="Label7" runat="server" Text='<%# "<br/>" & databinder.eval(container.dataitem,"user") %>' Font-Size="X-Small" ></asp:Label>
<asp:Label ID="Label9" runat="server" Text='<%# " |" & databinder.eval(container.dataitem,"imerominia") & "<br/>" %>' Font-Size="XX-Small"></asp:Label>
<asp:ImageButton ID="imagebutton1" runat="server" PostBackUrl='<%# databinder.eval(container.dataitem,"url") %>' ImageUrl='<%# databinder.eval(container.dataitem,"image") %>' ></asp:ImageButton>
<asp:label ID="Label10" runat="server" Text='<%# "<br/>" & databinder.eval(container.dataitem,"text_captionkomeno").ToString.Replace(chr(13), "<br />") %>'></asp:label>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
<HeaderStyle BackColor="#C0C0FF" BorderColor="#8080FF" Font-Bold="True"
Height="0px" HorizontalAlign="Justify" VerticalAlign="Bottom" />
</asp:DataGrid>
<object width="512" height="350" >
<param name="movie" value="http://www.youtube.com/v/tVFSn8uKG6w"/><param name="allowscriptaccess" value="always"/>
<embed src="http://www.youtube.com/v/tVFSn8uKG6w" type="application/x-shockwave-flash" allowscriptaccess="always" width="512" height="350">
</embed>
</object>
</div>
but again the video goes right of the grid and not down of the grid??
can you change the cod to have the video down of the grid??