Guest User

Untitled

a guest
Aug 16th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. TextBox txtTest = new TextBox();
  2. txtTest.ID = "txtTest";
  3. placeHolder.Controls.Add(txtTest);
  4.  
  5. string text;
  6.  
  7. if(this.IsPostBack) {
  8. text = txtTest.Text;
  9. }
Add Comment
Please, Sign In to add comment