
Any way to update args.Value?
Hello,
Quote:
> I'm working on a custom validation control.
> In my Validate sub, I am stripping all non-numeric characters out,
> and would like to place that value back in the original text box.
> args.Value = outString
> Gives me an error, "Property Value is ReadOnly"
> I tried to change the
> ByVal args to ByRef but that didn't help any.
Post the complete code of your Sub Validate. If this is an ASP .NET
related question, do not post to microsoft.public.dotnet.languages.vb.
Regards,
Herfried K. Wagner