0
kicks
How To: Strongly typed values for your TextBoxes
I found this article in my venture to be able to efficiently convert textbox values with re-usable code. This article is courtesy of Vladimir Enchev ... article found at the Telerik Blogs
Very often you need to parse/convert TextBox Text property value to some other type however I’ve never seen any universal approach for this so far… and I’m offering you one :)