Thursday, March 22, 2012

Web Designer

This is probably a really novice question. Why can't I access controls within other controls in the designer? For instance I have a table control with label, text boxes etc within it. In the designer i can't select the controls within the table control. Also if i add a validator control outside the the table control i can't choose a control within the table control to validate. Am i missing something here?

Thanks,
ChristianAre you using a WebForm Table? I think the HTML Table control can do what you want to do.
If you are using a WebForm Table Control, you can set ControlToValidate property of a validator to a control that is inside a table cell to validate. The fact that you cannot select the control is due to limited design-time support for the webform table.

0 comments:

Post a Comment