Hi,
You question is not very clear, are you trying to set an "initial" value
on a webform control?
if so all you have to do is set the correct property in the code behind:
theTextbox.Text = "This text will appear in the page";
If this is not what you want, give more details about it.
Cheers,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"GM" <GM@discussions.microsoft.com> wrote in message
news:6C**********************************@microsof t.com...
You can Request.Querystring to get an html field value, how can you set
the value from a webform?
thanks,