Tagged Questions
1
vote
1answer
297 views
CompositeControl and XML Deserialization on design-time error
I get "Error rendering control" error that only happens when I place the control on the webform in desgin-mode, if I run the page the control is displayed correctly.
The above statement is not ...
0
votes
2answers
556 views
MaskedEditValidator DisplayMoney doesn't show up in Composite Control
I'm creating a simple composite control that has AJAX functionality. When trying to implement a MaskedEditValidator, the DisplayMoney property doesn't work. The MaskedEdit renders, without the dollar ...