Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sum
Message
 
To
30/06/2004 08:55:25
General information
Forum:
ASP.NET
Category:
Other
Title:
Re: Sum
Miscellaneous
Thread ID:
00918691
Message ID:
00919082
Views:
15
Hello Mohammed,

yes of course you can do it in the TextChanged event.

Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
TextBox2.Text = SumStringChars(TextBox1.Text)

End Sub

Hope that helps,
Alex
Alexandre Boudreault-Ferland
Chief Technology Officer
AZUR Technologies
http://www.xicommunity.ca
http://www.xiazur.com
http://endfunction.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform