Hi I have a control with lots of textboxes and repeater inside a ModalPopupExtender how do i get those controls values?
Asked
Active
Viewed 2,159 times
-1
-
You should provide more information. What programming language? What platform? Sample code? – hlovdal Aug 11 '09 at 22:47
1 Answers
0
An example would be something like this:
((TextBox)SomePopupExtender.FindControl("SomeTextBox")).Text = "New Text";

Brian David Berman
- 7,514
- 26
- 77
- 144