Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find a textbox that was created dynamically inside a datagrid created

Status
Not open for further replies.

ac11nyc

Programmer
Oct 1, 2003
94
US
I have a datagrid(B) inside another datagrid(A). Datagrid(B) was created on datagrid(A)_onItemDataBound and textboxes were also created dynamically inside datagrid(B). I need to know how to Find those textboxes in code so that i may check their values and use those values to either insert or update the database. Any help will be greatly appreciated or even a point in the right direction. thanks ~AC
 
you might try using a recursive loop function that cycles through the controls of the page until it finds the textboxes that you need.

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top