R
Rajesh Kr Shukla
Hi There,
Can any one suggest me how to convert the string into object in VB.net.
If you are familier with javascript you can use.
var i = 1
eval("textbox" + i).value = "Hello World"
What is the equivalent of this in VB.net
Cheers..Rajesh
Can any one suggest me how to convert the string into object in VB.net.
If you are familier with javascript you can use.
var i = 1
eval("textbox" + i).value = "Hello World"
What is the equivalent of this in VB.net
Cheers..Rajesh