H
Hugo Mind
Hi,
I've used a Wizard and have added a Gridview in STEP 1, but I'm unable to
access it.
mygrid always returns null
?
Any ideas ?
protected void CheckBox1_CheckedChanged(object sender, EventArgs e)
{
GridView mygrid = (GridView)Wizard1.FindControl("GridView1");
}
I've used a Wizard and have added a Gridview in STEP 1, but I'm unable to
access it.
mygrid always returns null
Any ideas ?
protected void CheckBox1_CheckedChanged(object sender, EventArgs e)
{
GridView mygrid = (GridView)Wizard1.FindControl("GridView1");
}