Resizing GridViews Columns

If your Gridview is not behaving as it should (the widths of the columns are out of control), this method below should help you Fix that. protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { foreach (TableCell … Read more

PHP Versions

How many PHP versions there exist out there? I keep hearing about PHP6 all the time but apparently this version has been in the works for quite some time and there is still no official … Read more