Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
4351 Points
1277 Posts
Apr 04, 2012 02:19 PM|LINK
hi
u can try this
id = ds.Tables(0).Rows(i).Item(0)
Dim objTextBox As TextBox = DirectCast(PageContentSection.FindControl(id ), TextBox) Dim str As String = objTextBox.Text
thank u
sriramabi
Contributor
4351 Points
1277 Posts
Re: how to get value from dynamic created text box
Apr 04, 2012 02:19 PM|LINK
hi
u can try this
id = ds.Tables(0).Rows(i).Item(0)
Dim objTextBox As TextBox = DirectCast(PageContentSection.FindControl(id ), TextBox)
Dim str As String = objTextBox.Text
thank u