casting, converting, and input from textbox controls
- by Matt
Working on some .aspx.cs code and decided I would forget how to turn a textbox value into a useable integer or decimal.
Be warned I'm pretty new to .asp. Wish I could say the same for c sharp.
So the value going into my textbox (strawberryp_textbox) is "1" which I presume I can access with the .text property. Which I then parse into a int. The…