aspx thread: Using &x in middle of string --
Using asp.net, would there be any way to substitute a variable for the the
1(one) in ctrl1 below. I need the &x as it is at the end, but if I how
could I also use &x or something to replace the 1(one) occuring in the
middle of this string?
response.write (request.form("myRepeater:ctrl1:ctrl"&x))
I've tried something like this:
response.write (request.form("myRepeater:ctrl"&x"&":ctrl"&x))
which doesn't properly continue for some reason . . .
|





