C# Textbox
C#
3
Posts
3
Posters
0
Views
1
Watching
-
value? you probably mean TextBox.Text which holds a string; if you want to convert that to some other type, you probably need a Parse or better yet TryParse method (see int, double, DateTime... classes). :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google