Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~11.1K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for spider2vb

filter combobox in a datgrid based on another combobox vb.net Hi ,, i have problem with combobox i have two combobox and two tables table manages (ManageID, ManageName) table Departments (DeptID, DeptName, Dept_ManageID) 1- CboEmp_Manage 2- CboEmp_Dept Public Class Class1 Public sub FillCombobox (ByVal cbo As Combobox, ByVal TableName As …

Member Avatar for ReyJEnriquez
0
577
Member Avatar for Aleksandor51

filter combobox in a datgrid based on another combobox vb.net Hi ,, i have problem with combobox i have two combobox and two tables table manages (ManageID, ManageName) table Departments (DeptID, DeptName, Dept_ManageID) 1- CboEmp_Manage 2- CboEmp_Dept Public Class Class1 Public sub FillCombobox (ByVal cbo As Combobox, ByVal TableName As …

Member Avatar for spider2vb
0
523
Member Avatar for tnsankaran

comboBox1.SelectedIndexChanged += New EventHandler(AddressOf comboBox1_SelectedindexChanged) somthing wrong in this line

Member Avatar for spider2vb
0
4K
Member Avatar for spider2vb

Please help me to Checking for Duplicate Record of SQL Database before Inserting & Updating this my code please may anyone check my code If class1.sqlcon.state = connectionstate.open then class1.sqlcon.close() End If class1.sqlcon.open() dim cmd as new sqlcommand dim Qresault as integer cmd = new sqlcommand (" SELECT COUNT (*) …

Member Avatar for ReyJEnriquez
0
1K
Member Avatar for Naveed_786

If class1.sqlcon.state = ConnectionState.Open Then class1.sqlcon.close() End If class1.sqlcon.open() Dim cmd As New sqlcommand Dim Qresault As Integer cmd = new sqlcommand (" SELECT COUNT (*) FROM suppcust WHERE ID='" & TxtID.Text & "' , class1.sqlcon) Qresault = cmd.executescalar If Qresault = 0 Then Dim SaveOk As Boolean = winclass.SQLExicute(" …

Member Avatar for spider2vb
0
5K

The End.