asp.net - word-wrap is not a known CSS property name -


i'm trying wrap textbox i'm getting word-wrap not know css property name , it's not working how can fix it?

<asp:templatefield headertext="cnt_content">                 <edititemtemplate>                     <asp:textbox id="cnt_content" runat="server" text='<%# bind("cnt_content") %>'  wrap="true" textmode="multiline"></asp:textbox>                 </edititemtemplate>                  <itemtemplate>                      <asp:label id="cnt_content" runat="server" text='<%# bind("cnt_content") %>'></asp:label>                  </itemtemplate>                  <itemstyle width="800px" wrap="true" />             </asp:templatefield>  

note textbox in gridview , i'm working on asp.net using vb.net

1.goto options in visual studio. 2.select text-editor. 3.select css 4.select miscellaneous 5.under detect errors tick aswarning check box. 6.now error become warning in visual studio. 7.in browser yopu result. 

Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -