Tips & Tricks for ASP.NET - C#

Google site Search
Gridview Formatting

//give header text


      if(subsec==1){
            GridView1.Columns[1].HeaderText = "More on Terminals";
        }
            else if(subsec==2){
                GridView1.Columns[1].HeaderText = "More on Port Facility";
              }
              else if (subsec == 3)
              {
                  GridView1.Columns[1].HeaderText = "More Features";
              }


//control property for styles

//for bullets

add button field and give image and image url

<asp:ButtonField ButtonType="Image" ImageUrl="~/images/bullet2.gif" HeaderImageUrl="~/images/ico1.gif" />

//edit field
edit hyperlink

datanavigateurlfield- enter table field names one by one
datanavigateurlstring -abc.aspx?a={0}&b={1}



Arvixe offers ASP.net hosting that's good for testing plugins. Here is a good arvixe review if you want to know more.

Comments
Write Comments
Name  
Email    
Comments  

Other Titles