Finding value of textbox,Dropdownlist,etc which are in Gridview Footer

Debendra256
Posted by Debendra256 under ASP.NET category on | Points: 40 | Views : 1416
DropDownList dl=((DropDownList)GridView1.FooterRow.FindControl("ddl_expenceon "));

TextBox txt_duemonth = ((TextBox)GridView1.FooterRow.FindControl("txt_duemonth "));

Comments or Responses

Login to post response