Hi,
I have some code I'm updating from VB6 to VB .NET and am having an annoying problem. I'm trying to assign a public variable to a string coming from a text box. The first time through the sub there is no problem but when the sub is called again the variable is assign a zero length string, even though there is still text in the text box. I can get the correct string if I assign an intermediate variable in another sub then assing that to the first variable but this hardly seems efficient. Any ideas why this may be happening
Thanks!