get value from a grid textbox which is inside a repeater

Joined
Jun 12, 2007
Messages
3
Reaction score
0
Hi,
I have a texbox which is a template column of a grid and the grid is inside the repeater.
If I have the textbox directly in the repeater then we can use
foreach (RepeaterItem item in Repeater1.Items)
{
TextBox FirstName = (TextBox)item.FindControl("txtFirstName");
Response.Write(FirstName.Text);
}

But I have the textbox inside the grid which is inside the repeater..So can anyone please help me.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top