Click here to Skip to main content
15,894,646 members

Comments by The_Immortal (Top 5 by date)

The_Immortal 10-Feb-16 14:21pm View    
The first link contains is non-readable text :(
The_Immortal 4-Feb-13 0:45am View    
Could you give me please an example how to set the border using the row style property of gridview? I guess it won't work =/
The_Immortal 3-Feb-13 18:23pm View    
U mean

protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
e.Row.Cells[1].BorderWidth = "0px";
}

Error on this: cannot convert "string" to "System.Web.UI.WebControls.Unit"
The_Immortal 3-Feb-13 18:15pm View    
I need to change the specific cell. Not the whole GridView.
The_Immortal 3-Feb-13 17:32pm View    
Thanks! The proper event is GridView1_RowDataBound.