N
neocarl
Hi,
I am fairly new to VB.net and ADO.net. I am having a problem when
Connecting the database to to website i am creating with vb.net.
Basically The final step I did was create the datagrid, so the databse
would fill inside it. However, on the design time window it is
visible, but when I run it from debug mode, the datagrid dissapears.
Any suggestion?
This is the code i wrote inside the fill button to fill the datagrid:
DsThreeDees1.Clear()
OleDbDataAdapter1.Fill(DsThreeDees)
Is there a code to make the datagrid visible or somthing?
Any help appreciated.
Thanks alot
I am fairly new to VB.net and ADO.net. I am having a problem when
Connecting the database to to website i am creating with vb.net.
Basically The final step I did was create the datagrid, so the databse
would fill inside it. However, on the design time window it is
visible, but when I run it from debug mode, the datagrid dissapears.
Any suggestion?
This is the code i wrote inside the fill button to fill the datagrid:
DsThreeDees1.Clear()
OleDbDataAdapter1.Fill(DsThreeDees)
Is there a code to make the datagrid visible or somthing?
Any help appreciated.
Thanks alot