DatGrid.DataSource

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
inventario(cstr(TextBox1.Text))
 
Back
Top