A
Andy Sutorius
Hi,
I have researched this error and have found that many before me have
struggled with this. That makes me feel a little better. However, despite
all of the solutions I have seen and implemented I still have the error. My
situation is that I have a datagrid and I click on the update button I get
the error. The code:
Dim txtDescription As TextBox
txtDescription = e.Item.Cells(2).FindControl("txtArticleDesc")
I have tried e.Item.FindControl("txtArticleDesc") and I get the same error
Your help is appreciated,
Andy
I have researched this error and have found that many before me have
struggled with this. That makes me feel a little better. However, despite
all of the solutions I have seen and implemented I still have the error. My
situation is that I have a datagrid and I click on the update button I get
the error. The code:
Dim txtDescription As TextBox
txtDescription = e.Item.Cells(2).FindControl("txtArticleDesc")
I have tried e.Item.FindControl("txtArticleDesc") and I get the same error
Your help is appreciated,
Andy