Code:
Private Sub masterDataGrid_ItemCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles masterDataGrid.ItemCommand
If CType(e.CommandSource, LinkButton).Text.ToString = "Select Hdr" Then
Session("ColumnIndex") = 0
ElseIf CType(e.CommandSource,
Leave a comment: