Hi,
I have a problem retreiving values from a template column in a data grid. My code is this
Dim newName As String
Dim box As TextBox
box = e.Item.Cells(1).FindControl("FirstName"
newName = box.Text.ToString
I am getting the follwoing error
Object reference not set to an instance of an object.
Can someone please help me?
Rushdi
I have a problem retreiving values from a template column in a data grid. My code is this
Dim newName As String
Dim box As TextBox
box = e.Item.Cells(1).FindControl("FirstName"
newName = box.Text.ToString
I am getting the follwoing error
Object reference not set to an instance of an object.
Can someone please help me?
Rushdi