I want to ahve td border,But there is no property border,Can somebody tell me how to set td boder?

Hi
Use the following Code

<table>
        
            <tr>
                <td style="border:dotted">
                <asp:Label ID="Label1" runat="server" Text=""></asp:Label>
            </td>
            </tr>
        </table>

Mark as solved if it helps..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.