{
if(e.Item.ItemIndex==-1 & e.Item.ItemType==ListItemType.Footer)
{
TextBox t1=(TextBox)e.Item.FindControl("txtFerVal");
}
}
Regards,
Satheesh
strInvoiceNo = ((Label)grdConfirmation.Items[grdCount].FindControl(
"labInvoiceNo")).Text;partyname=((Label)grdConfirmation.Items[grdCount].FindControl(
"CustomerName")).Text;BillAmount=
Convert.ToDecimal(((Label)grdConfirmation.Items[grdCount].FindControl("Amount" )).Text);CostID=
Convert.ToInt64 (((HtmlInputHidden)grdConfirmation.Items[grdCount].FindControl("hiddgrdcostcenter" )).Value);AnalysisID=
Convert.ToInt64 (((HtmlInputHidden)grdConfirmation.Items[grdCount].FindControl("hiddenAnalysisCode" )).Value);