I
IndyChris
Okay, I'm getting the following errors for the respective code. Can
anyone help me get around them?
Error-
Cannot implicitly convert type 'System.Web.UI.Control' to
'System.Web.UI.WebControls.PlaceHolder'
Code-
PlaceHolder ExpandedContent = e.Item.Cells[ConfGrid.Columns.Count -
1].FindControl("ExpandedContent");
Error-
Cannot implicitly convert type 'System.Web.UI.Control' to
'System.Web.UI.WebControls.ImageButton'
Code-
ImageButton btnExpand = e.Item.Cells[0].FindControl("btnExpand");
I've never worked with either of these types so I really have no idea
what I'm doing.
Thanks
anyone help me get around them?
Error-
Cannot implicitly convert type 'System.Web.UI.Control' to
'System.Web.UI.WebControls.PlaceHolder'
Code-
PlaceHolder ExpandedContent = e.Item.Cells[ConfGrid.Columns.Count -
1].FindControl("ExpandedContent");
Error-
Cannot implicitly convert type 'System.Web.UI.Control' to
'System.Web.UI.WebControls.ImageButton'
Code-
ImageButton btnExpand = e.Item.Cells[0].FindControl("btnExpand");
I've never worked with either of these types so I really have no idea
what I'm doing.
Thanks