Gridview
-
Hi, "TextBox txtNewName=(TextBox)GridView1.FooterRow.FindControl("txtNewName"); " Iam using above code to capture the text of textbox but it was not working please tell any how to capture the childtextbox value of gridview
kirankumar
-
Hi, "TextBox txtNewName=(TextBox)GridView1.FooterRow.FindControl("txtNewName"); " Iam using above code to capture the text of textbox but it was not working please tell any how to capture the childtextbox value of gridview
kirankumar
Dim sText as string For Each row As GridViewRow In gvAttachFile.Rows as string For Each = CType(row.FindControl("textBox1"), textBox).Text Next
Make some changes in syntax for c#.:->Arun Singh Noida.
-
Hi, "TextBox txtNewName=(TextBox)GridView1.FooterRow.FindControl("txtNewName"); " Iam using above code to capture the text of textbox but it was not working please tell any how to capture the childtextbox value of gridview
kirankumar
try this GridViewRow grow; string ename = (grow.FindControl("txtName") as TextBox).Text hope it will flicker the bulb, at least
Cheers Bino www.codepal.co.nr
-
Hi, "TextBox txtNewName=(TextBox)GridView1.FooterRow.FindControl("txtNewName"); " Iam using above code to capture the text of textbox but it was not working please tell any how to capture the childtextbox value of gridview
kirankumar
-
Hi, "TextBox txtNewName=(TextBox)GridView1.FooterRow.FindControl("txtNewName"); " Iam using above code to capture the text of textbox but it was not working please tell any how to capture the childtextbox value of gridview
kirankumar