protected void FormView1_ItemUpdating(object sender, FormViewUpdateEventArgs e)
{
....
TextBox txtbxCensusPopCount = (TextBox)FormView1.FindControl("txtbxEditTemplatePopCount");
intCensusPopCount = Convert.ToInt32(txtbxCensusPopCount.Text);
strError = BLL_Census(intCensusPopCount );
...
}
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY