Monday, January 7, 2019

Gridview CSS

<STYLE>

.allcaps
         {
              text-transform:capitalize;
           
          }
       
         .allcaps1
         {
              text-transform : uppercase;
          }

</STYLE>

 <asp:BoundField DataField="company" HeaderText="Company Name"

   ItemStyle-CssClass="allcaps">


IF CONTROL
CSSCLASS="CSSNAME"


No comments:

Post a Comment

ADVANCE 2025

 HTML TABLE SCROLL BAR  <style>      .table-container {             width: 100%;             overflow-x: auto; /* Enables horizontal s...