Hi everyone
I have a question to everyone.
dim a as string ="preview="
dim b as string = "&"
textbox1.text = a + "Random Code" + b
result must be: preview=93a92&
Random Code: I Need something that does not skip the text/number.
Random Code can be everything.
Example: 93a92,b3at2, 1256abcde or something ;)
If anyone can help me let me know
Thanks in advance