Ado,vb .net datagridview datasource runtime
-
Hello, I want to set to a datagrid view it's datasource property at runtime, here is the code which not works maybe needs a refresh.
Me.DataGridView1.DataSource = dataset11
Thank you Kyriakos
Kyriakos
-
Hello, I want to set to a datagrid view it's datasource property at runtime, here is the code which not works maybe needs a refresh.
Me.DataGridView1.DataSource = dataset11
Thank you Kyriakos
Kyriakos
Me.DataGridView1.DataSource = dataset11.tables(0)
should work for you
As barmey as a sack of badgers Dude, if I knew what I was doing in life, I'd be rich, retired, dating a supermodel and laughing at the rest of you from the sidelines.
-
Me.DataGridView1.DataSource = dataset11.tables(0)
should work for you
As barmey as a sack of badgers Dude, if I knew what I was doing in life, I'd be rich, retired, dating a supermodel and laughing at the rest of you from the sidelines.