Thread
:
response.sendRedirect(url)
View Single Post
#
3
(
permalink
)
08-07-2007, 03:56 PM
singodiarakesh
Member
Join Date: Aug 2007
Posts: 2
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%>"
singodiarakesh
View Public Profile
Send a private message to singodiarakesh
Find all posts by singodiarakesh