G Guest May 21, 2005 #1 I have this code DataGrid1.DataSource = inventario(cint(TextBox1.Text)) but a want sent a val string and not a int, how I do that
I have this code DataGrid1.DataSource = inventario(cint(TextBox1.Text)) but a want sent a val string and not a int, how I do that
L Lucas Tam May 21, 2005 #2 I have this code DataGrid1.DataSource = inventario(cint(TextBox1.Text)) but a want sent a val string and not a int, how I do that Click to expand... inventario(cstr(TextBox1.Text))
I have this code DataGrid1.DataSource = inventario(cint(TextBox1.Text)) but a want sent a val string and not a int, how I do that Click to expand... inventario(cstr(TextBox1.Text))