Click here to Skip to main content
15,891,828 members
Home / Discussions / C#
   

C#

 
GeneralRe: VS 2005 Mobile Deployment Pin
Not Active1-Aug-05 6:51
mentorNot Active1-Aug-05 6:51 
GeneralRe: VS 2005 Mobile Deployment Pin
Kee-Won Hong1-Aug-05 6:52
Kee-Won Hong1-Aug-05 6:52 
GeneralLabel printing using zebra printers Pin
Sangee_CSC1-Aug-05 5:32
Sangee_CSC1-Aug-05 5:32 
GeneralRe: Label printing using zebra printers Pin
Renjith Ramachandran1-Aug-05 7:39
Renjith Ramachandran1-Aug-05 7:39 
GeneralRe: Label printing using zebra printers Pin
Anonymous1-Aug-05 7:56
Anonymous1-Aug-05 7:56 
GeneralC#.Net DB [Combox] Pin
| Muhammad Waqas Butt |1-Aug-05 5:17
professional| Muhammad Waqas Butt |1-Aug-05 5:17 
GeneralRe: C#.Net DB [Combox] Pin
Alomgir Miah1-Aug-05 7:30
Alomgir Miah1-Aug-05 7:30 
GeneralRe: C#.Net DB [Combox] Pin
| Muhammad Waqas Butt |1-Aug-05 21:45
professional| Muhammad Waqas Butt |1-Aug-05 21:45 
Thanks for help but i didn't understand the answer of my second question:
==============================================
2) this.cbclientname.selectedValue = dr.GetString(0); //Client Name
wont work. You will have to assign the actual object from the list.
The workaround is to set the text property.

this.cbclientname.Text = dr.GetString(0);

The combobox will automatically try to find a match from the datasource and if a
match is found SelectedIndex changes automatically.

========================================
I get Value from GetString(0) is SK Technology and in combox it exits in second index i want to select SK Technology. which property of combox work.

1: SelectedItem
2: SelectedText
3: SelectedValue


Muhammad Waqas Butt
GeneralRe: C#.Net DB [Combox] Pin
Alomgir Miah2-Aug-05 3:15
Alomgir Miah2-Aug-05 3:15 
GeneralInstaller project help Pin
hokieprogrammer1-Aug-05 5:15
hokieprogrammer1-Aug-05 5:15 
GeneralMicrosoft Logging Application Block Pin
C0d3_P03t1-Aug-05 4:56
C0d3_P03t1-Aug-05 4:56 
GeneralRe: Microsoft Logging Application Block Pin
Mohamad Al Husseiny1-Aug-05 6:19
Mohamad Al Husseiny1-Aug-05 6:19 
GeneralRe: Microsoft Logging Application Block Pin
C0d3_P03t1-Aug-05 23:09
C0d3_P03t1-Aug-05 23:09 
GeneralSocks Tunneling Pin
Hadi Fakhreddine1-Aug-05 3:34
Hadi Fakhreddine1-Aug-05 3:34 
GeneralALT + SHIFT Effect Programatically Pin
Ali Beirami1-Aug-05 3:29
Ali Beirami1-Aug-05 3:29 
GeneralRe: ALT + SHIFT Effect Programatically Pin
Mohamad Al Husseiny1-Aug-05 4:38
Mohamad Al Husseiny1-Aug-05 4:38 
GeneralRSS related question Pin
profoundwhispers1-Aug-05 3:16
profoundwhispers1-Aug-05 3:16 
GeneralRe: RSS related question Pin
S. Senthil Kumar1-Aug-05 7:21
S. Senthil Kumar1-Aug-05 7:21 
GeneralParsing XML Pin
Neel071-Aug-05 2:30
Neel071-Aug-05 2:30 
GeneralRe: Parsing XML Pin
Lars Niedziolka1-Aug-05 14:16
Lars Niedziolka1-Aug-05 14:16 
GeneralRe: Parsing XML Pin
Neel071-Aug-05 23:34
Neel071-Aug-05 23:34 
GeneralError message with AutoNumber column issue- update DB Pin
sea#1-Aug-05 2:16
sea#1-Aug-05 2:16 
Generalhelp required regarding displaying JPEGs Pin
arusmemon1-Aug-05 1:19
arusmemon1-Aug-05 1:19 
Generalwebconfig Pin
Brendan Vogt1-Aug-05 1:06
Brendan Vogt1-Aug-05 1:06 
GeneralRe: webconfig Pin
User 16732522-Aug-05 3:08
User 16732522-Aug-05 3:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.