Hello everybody,
I've got a problem with the TextBox-Control. In MS Visual Studio, there is a onTextChange-event for the TextBox - but there isn't one for the TextBox in the report designer...
How should I solve the problem? Is there any work-around for the onTextChange-event?
Stefan
OnTextChang event (TextBox)
OnTextChang event (TextBox)
Please use the Control property of the StiTextBoxControl. This property represents the underlaying control of TextBox type.
Thank you.
Thank you.