<%@ Page Language = "VB" aspcompat=true Explicit="True"%>
<%Dim src As String = " bet "%>
<html>
<head ></head>
<body >
<form name=loc action=testsac.aspx method=get>
<table class=s0 width=100% cellpadding=1 cellspacing=1 align=center border=1>
<tr class=s0 align=center>
<td>
Search For:
<input class=s0 size=50 name=src value=<%=src%>>
<input class=s0 type=submit value=Search />
<td></td>
</tr>
</table>
</form>
</body>
</html>
on the screen, "bet" is the search string, but I want " bet "
any ideas?