D
David Lozzi
howdy,
trying to do the following
dg.FindControl("add_Name").visible = true
This control is located in the footer of a column. I am trying to have it
appear under certain circumstances. The function fires that contains this
script under my circumstance, however I get the following error about this
script:
System.NullReferenceException: Object reference not set to an instance of an
object
Thanks a ton!!
David Lozzi
trying to do the following
dg.FindControl("add_Name").visible = true
This control is located in the footer of a column. I am trying to have it
appear under certain circumstances. The function fires that contains this
script under my circumstance, however I get the following error about this
script:
System.NullReferenceException: Object reference not set to an instance of an
object
Thanks a ton!!
David Lozzi