L
luca
How can I read the value of a TextBox (id=TextBox1)control during the
InitializeComponent (OnInit) stage?
TextBox1.Text property is stll null (I can get its value in PageLoad stage)
and the same is for: Request.ServerVariables["TextBox1"] and
Request.QueryString["TextBox1"] which are always empty (in PageLoad stage
too).
Thanks in advance.
Luca.
InitializeComponent (OnInit) stage?
TextBox1.Text property is stll null (I can get its value in PageLoad stage)
and the same is for: Request.ServerVariables["TextBox1"] and
Request.QueryString["TextBox1"] which are always empty (in PageLoad stage
too).
Thanks in advance.
Luca.