Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# get value from textbox

string objTextBox = x.Text;
//Sample:
TextBox objTextBox = (TextBox)sender;
string theText = objTextBox.Text;
 
PREVIOUS NEXT
Tagged: #textbox
ADD COMMENT
Topic
Name
8+4 =