protected void Reply_Click(object sender, EventArgs e)
{
foreach (GridViewRow x in GridView1.Rows)
{
TextBox TxtVar = new TextBox();
TxtVar = (TextBox)x.FindControl("TextBox1");
TxtVar.Text = TxtVar.Text.Trim();
}
Mod Edit: Please use code tags when posting your code. Code tags are used like so =>
Thanks,
PsychoCoder

New Topic/Question
Reply




MultiQuote



|