I have a usercontrol with textboxes. Most of which refer to a gridview on selection. A user clicks a looking glass and a gridview appears to select items (like a dropdown). The page loads with databound to each textbox from the DB. They can change fields and update.
The problem I'm having is one textbox with gridview populates another based on selected value. If the textbox is not bound it works fine - make a selection go to the next box and select from the values allowed. However on this page the page loads with pre-populated data so when I make a selection and go to the next box nothing drops down but...if i go make another selection then return to box 2 it's working. It's like the boxes aren't setting on first selection???
The problem I'm having is one textbox with gridview populates another based on selected value. If the textbox is not bound it works fine - make a selection go to the next box and select from the values allowed. However on this page the page loads with pre-populated data so when I make a selection and go to the next box nothing drops down but...if i go make another selection then return to box 2 it's working. It's like the boxes aren't setting on first selection???