Problem in dataBinding to Comboboxes
Reply
![]() |
|
From:
![]() VazeerAhemad
|
Hi Professionals,
I am a Software Engineer working in a small company.
My problem is.....
I am having 3 comboboxes in my form and I have binded them to a same table field.(Using dataset)
now , when ever i change any combobox's data all other combobox datas also getting effected .
I don't want datas in other comboboxes get effected.
how to solve this problem.
Here is the code which i used for binding...
frmFdl.cmbFdlSysAssnBy.DisplayMember = "Log_ID" frmFdl.cmbFdlSysAssnBy.DataSource = dset.Tables(0) frmFdl.cmbFdlSysResPer.DisplayMember = "Log_ID" frmFdl.cmbFdlSysResPer.DataSource = dset.Tables(0) frmFdl.cmbFdlSysRptBy.DisplayMember = "Log_ID" frmFdl.cmbFdlSysRptBy.DataSource = dset.Tables(0)
here , "dset" is a dataset which has one table in it.that table contains a column "Log_ID"
frmFdl ----- Form Name cmbFdlSysAssnBy---ComboBox1 cmbFdlSysResPer----Combobox2 cmbFdlSysRptBy-----Combobox3
Its Urgent
Thanks in Advance
Shaik Vazeer Ahemad [EMAIL PROTECTED]
_________________________________________________________________ Post Classifieds on MSN classifieds. http://go.msnserver.com/IN/44045.asp Buy and Sell on MSN Classifieds.
|
|
View other groups in this category.
![]() |
To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.
Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.
If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.
|
|