Click here to Skip to main content
15,892,643 members

Comments by Waleed_Hassan (Top 29 by date)

Waleed_Hassan 9-Mar-13 7:31am View    
yes, u are right. but what i trying to do is automate this operation. i am using PHP and MySQL database.
Waleed_Hassan 18-May-12 7:23am View    
I have updated the combo box with values form col 2 as given in the example.
So, when user selects from the combo box and press the update button. i want the col 1 values to be fetched from table and update in another table.

Example.
Table 1
Col 1 P.K.
Col 2 some values
Col 3 Some values

I am loading the col 2 values in combo box. Now i try to find the col 1 values using col 2.
Waleed_Hassan 17-May-12 12:20pm View    
The value them self are not unique. For Example.

Table 1
Col 1 P.K.
Col 2 some values
Col 3 Some values

I am loading the col 2 values in combo box. Now i try to find the col 1 values using col 2.
Waleed_Hassan 14-May-12 13:21pm View    
I was basically using the Winform. But thanks i got the solution.

SelectedIndex Gets or sets the index specifying the currently selected item. (Overrides ListControl.SelectedIndex.)
Waleed_Hassan 14-May-12 12:25pm View    
I am using Visual Studio 2010.