Click here to Skip to main content
15,925,440 members
Home / Discussions / C#
   

C#

 
GeneralTraversing a parent-child chain... Pin
new_phoenix27-Dec-04 8:10
new_phoenix27-Dec-04 8:10 
GeneralRe: Traversing a parent-child chain... Pin
Robert Rohde27-Dec-04 8:53
Robert Rohde27-Dec-04 8:53 
GeneralRe: Traversing a parent-child chain... Pin
new_phoenix29-Dec-04 15:37
new_phoenix29-Dec-04 15:37 
GeneralAbout timers... Pin
sagmam27-Dec-04 8:06
sagmam27-Dec-04 8:06 
GeneralRe: About timers... Pin
Dennis C. Dietrich27-Dec-04 8:49
Dennis C. Dietrich27-Dec-04 8:49 
GeneralRe: About timers... Pin
sagmam27-Dec-04 21:02
sagmam27-Dec-04 21:02 
Generalcombo box Pin
webhay27-Dec-04 7:53
webhay27-Dec-04 7:53 
GeneralRe: combo box Pin
AVaka27-Dec-04 17:37
AVaka27-Dec-04 17:37 
Steps
1) Add a blank space to combobox items
Ex: cboProducts.Items.Add("");
2) Use a datareader to fetch the required column data from the database.
3) Then loop through the datareader data using Read() method, while doing this add required column values to the items of Combobox.

I hope This will do.

If you directly bind the combobox using Datasource and Displaymember properties You may not get blank line.



- Send me if you have any suggetions or other work arounds
GeneralStore Multiple Objects - XML Serialization Pin
Jedimark27-Dec-04 6:21
Jedimark27-Dec-04 6:21 
GeneralRe: Store Multiple Objects - XML Serialization Pin
Robert Rohde27-Dec-04 8:08
Robert Rohde27-Dec-04 8:08 
GeneralMicrosoft Loopback Adapter Pin
Member 157147527-Dec-04 3:08
Member 157147527-Dec-04 3:08 
GeneralUpdation issue Pin
sreejith ss nair27-Dec-04 1:00
sreejith ss nair27-Dec-04 1:00 
GeneralDrawing images on a panel Pin
Nitin Jain26-Dec-04 23:47
Nitin Jain26-Dec-04 23:47 
GeneralRe: Drawing images on a panel Pin
Robert Rohde27-Dec-04 4:40
Robert Rohde27-Dec-04 4:40 
GeneralRe: Drawing images on a panel Pin
ninja260528-Dec-04 1:43
ninja260528-Dec-04 1:43 
QuestionCan I remote an abstract class with Remoting Pin
Mohammed Aijaz Mohiuddin26-Dec-04 23:16
Mohammed Aijaz Mohiuddin26-Dec-04 23:16 
AnswerRe: Can I remote an abstract class with Remoting Pin
leppie27-Dec-04 0:47
leppie27-Dec-04 0:47 
AnswerRe: Can I remote an abstract class with Remoting Pin
Kodanda Pani27-Dec-04 20:10
Kodanda Pani27-Dec-04 20:10 
Generalhelp!! dlsym equivalent in C# Pin
Jitesh Patil26-Dec-04 21:41
Jitesh Patil26-Dec-04 21:41 
GeneralRe: help!! dlsym equivalent in C# Pin
Daniel Turini27-Dec-04 1:52
Daniel Turini27-Dec-04 1:52 
GeneralRe: help!! dlsym equivalent in C# Pin
Jitesh Patil27-Dec-04 16:38
Jitesh Patil27-Dec-04 16:38 
GeneralDaataGrid Columns Pin
T i T i26-Dec-04 21:36
T i T i26-Dec-04 21:36 
GeneralRe: DataGrid Columns Pin
aplope27-Dec-04 2:38
aplope27-Dec-04 2:38 
GeneralRe: DataGrid Columns Pin
T i T i27-Dec-04 3:08
T i T i27-Dec-04 3:08 
GeneralRe: DaataGrid Columns Pin
sreejith ss nair27-Dec-04 19:46
sreejith ss nair27-Dec-04 19:46 

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.