Hi there,
I have designed a form and I want to bind my SQL table with a combobox, I have a datasource and a dataset, form & combo box... connection is made with ODBC connection string.
<connectionStrings>
<add name="NehaProject.My.MySettings.ConnectionString" connectionString="Dsn=NEHADATADSN;uid=sa123;pwd=tta4ahlttasjds;"
providerName="System.Data.Odbc" />
</connectionStrings>
Also guide me how to auto fill / search combo box.
Thanks in advance
Ladak
I have designed a form and I want to bind my SQL table with a combobox, I have a datasource and a dataset, form & combo box... connection is made with ODBC connection string.
<connectionStrings>
<add name="NehaProject.My.MySettings.ConnectionString" connectionString="Dsn=NEHADATADSN;uid=sa123;pwd=tta4ahlttasjds;"
providerName="System.Data.Odbc" />
</connectionStrings>
Also guide me how to auto fill / search combo box.
Thanks in advance
Ladak