View Single Post
  #3 (permalink)  
Old 08-07-2007, 03:56 PM
singodiarakesh singodiarakesh is offline
Member
 
Join Date: Aug 2007
Posts: 2
singodiarakesh is on a distinguished road
Next you have to pass the values to your textboxes:

<input name="txtProv" type="textbox" value="<%=prov %>" />

In place of value in all textboxes, write "<%=the variable name holding the value%>"
Reply With Quote