Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Using &x in middle of string --


Message #1 by "Jose Haymaker" <ehaymaker@a...> on Tue, 9 Oct 2001 17:28:39
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 . . .

  Return to Index