Markup page <input type="text" name="customer" value="< %= Session("Customer") %>"> Code behind Dim CustomerName As String = Request.Form("customer")
<input type="text" name="customer" value="< %= Session("Customer") %>">
Dim CustomerName As String = Request.Form("customer")