Answered
# in my data
When i get data from DB...data contains #
Example : VB#
when i pass this data on url...not passing whole data.
lanvar = "beginner VB#"
mypage.cfm?lan=#lanvar#
how can fix this issue?
When i get data from DB...data contains #
Example : VB#
when i pass this data on url...not passing whole data.
lanvar = "beginner VB#"
mypage.cfm?lan=#lanvar#
how can fix this issue?
mypage.cfm?lan=#urlEncodedFormat(lanvar)#
jason
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.