Jes Sie

Jes Sie

  • 701
  • 1.2k
  • 264.5k

Textbox field widths should be 100% in Bootstrap

Jan 7 2018 7:49 AM
Below is my markup:
  1. <div class="row">  
  2.                 <div class="col-lg-2">  
  3.                     Address  
  4.                 div>  
  5.                 <div class="col-lg-10">  
  6.                     <asp:TextBox ID="txtAddress" runat="server" CssClass="form-control">asp:TextBox>  
  7.                 div>  
  8.             div>  
Below is the output:
 
 But, that is not what I want. I want the textbox field to cover 10 grids. Can someone help me?
 
 

Answers (4)