Div element in ASP.NET

Posted by picnic4u on Stack Overflow See other posts from Stack Overflow or by picnic4u
Published on 2010-05-31T08:25:01Z Indexed on 2010/05/31 8:32 UTC
Read the original article Hit count: 253

Filed under:
|

can i take div element within the td element of the table. bcoz when i taking, it's not showing in the design mode of asp.net VWD? syntax is

<td width="33%" id="tdselected" runat="server">
                <div id="divSelectedList" runat="server" class="divListStyle">
                </div>
                <asp:ListBox ID="lstSelected" Style="z-index: -1" runat="server" Width="200px" Height="176px"
                    onmouseover="ShowDiv('SelectedList')" onmouseout="HideDiv('SelectedList')">
                    <asp:ListItem>PIYUSH</asp:ListItem>
                </asp:ListBox>
            </td>

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about html