Dan,
This is really an ASP.NET question, not a C# language issue, and should be
posted to the ASP.NET newsgroup.
It sounds like you are looking for an HTML "INPUT" field. There is nothing
to stop you from using this in an ASP.NET page, and it does not need to have
the runat=server attribute. The Form field will get posted and is available
in the Request.Parames collection on any postback.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.