I have this input in my web form:
<input type="text" id="keywordSearch" value="Keyword" runat="server" />
How do I get this data into there (it’s from my Page_Load):
string keywords = "This is my keywords!";
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Missed the part about it being a regular HTML control: