Wednesday 30 January 2013

Groupbox in asp.net


<div>
                                                <fieldset style="border: 1px solid #cdcdcd; border-radius: 15px;">
                                                    <legend><span style="font-family: Felix Titling; font-size: 14pt; color: #2319b3;">&nbsp;Title Here&nbsp;</span></legend>
                                                   
                                                        <asp:TextBox ID="TextBox1" runat="server" Width="250px"     MaxLength="40"></asp:TextBox>   

//------------- your other controls..............
                                                               
                                                </fieldset>
                                                </div>

No comments:

Post a Comment