Accessing a Footer

  • Thread starter Thread starter Jim Heavey
  • Start date Start date
J

Jim Heavey

Hello, I am trying to figure out how to access the controls of the footer
when the "ItemEdit" event from the <asp:EditCommandColumn is triggered. I
want to cancel the even if I find data in the controls of the footer. Is
there any way for me to access the footer information? I have create
<FooterTemplate for each of the footer columns.

I have tried the Datagrid.FindControl, but it does not find anything.

Any Suggestions?
 
Back
Top