I have this code:<BR> <BR>Private Sub Criteria_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles Criteria.ItemDataBound<BR> Dim grid As ...
Hi All,<BR><BR>I am binding a dataset to datagrid (dg1) in C# (2.0 framework).<BR><BR>What I want to do is add two additional columns to the datagrid, with each cell containing a button. Here's the ...