Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

heelp ...problem in pasing % value in querysting

Status
Not open for further replies.

samyu

Programmer
Joined
Dec 30, 2002
Messages
2
Location
MY
any could help me..in asp, im passing the values through
querysting, the values '%' is also one value, but in action page im missing the '%' , when i right click on action page and see the properties i can see the vasu% value there.

document.frm.action="tst.asp?txtid=vasu%"

fftxtid = request("txtid")
response.write fftxtid my result is vasu only
i need vasu% i wanna use in SQL Query where clause..

please kindly give the solution..for this. i stuck here.

regards
shiva


 
server.urlEncode("vasu%")

hth,
Foxbox
ttmug.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top