Click here to Skip to main content
15,884,099 members
Home / Discussions / C#
   

C#

 
QuestionWhat is C# version of this Code...? Pin
ASysSolvers26-Aug-07 20:53
ASysSolvers26-Aug-07 20:53 
AnswerRe: What is C# version of this Code...? Pin
Marek Grzenkowicz26-Aug-07 21:32
Marek Grzenkowicz26-Aug-07 21:32 
GeneralRe: What is C# version of this Code...? Pin
ASysSolvers26-Aug-07 22:18
ASysSolvers26-Aug-07 22:18 
GeneralRe: What is C# version of this Code...? Pin
Vasudevan Deepak Kumar26-Aug-07 23:49
Vasudevan Deepak Kumar26-Aug-07 23:49 
GeneralRe: What is C# version of this Code...? Pin
Marek Grzenkowicz27-Aug-07 0:06
Marek Grzenkowicz27-Aug-07 0:06 
AnswerRe: What is C# version of this Code...? Pin
Guffa26-Aug-07 23:49
Guffa26-Aug-07 23:49 
GeneralRe: What is C# version of this Code...? Pin
ASysSolvers27-Aug-07 1:18
ASysSolvers27-Aug-07 1:18 
QuestionPlease Help- only have half a day Pin
falles0126-Aug-07 20:49
falles0126-Aug-07 20:49 
I have two questions I hope you can help with.

How can I display my combobox display default to blank when I have a bound data source. (I need it that way).
I have tried combobox.selectedIndex = -1 but doesn't work.
Have also added the column of blank manually like this

DataRow newemployeesRow = dataSet1.Tables["employees"].NewRow();

newemployeesRow["Fullname"] = "";
newemployeesRow["Fullname"] = -1;
dataSet1.Tables["employees"].Rows.Add(newemployeesRow);

It shows a column of -1 in my combobox but it is not set to the default though. the user has to select it. If I remove the combobox.selectedIndex = -1 it displays blank which I want, but it's still not the default.


Can someone please help.WTF | :WTF:


AnswerRe: Please Help- only have half a day Pin
VanithaVasu26-Aug-07 21:07
VanithaVasu26-Aug-07 21:07 
GeneralRe: Please Help- only have half a day Pin
falles0126-Aug-07 21:19
falles0126-Aug-07 21:19 
AnswerRe: Please Help- only have half a day Pin
avinob26-Aug-07 21:33
avinob26-Aug-07 21:33 
GeneralRe: Please Help- only have half a day Pin
falles0126-Aug-07 22:07
falles0126-Aug-07 22:07 
QuestionHow to Embedd Winform Tracker control in Infragistics Ultragrid Pin
neha123456726-Aug-07 20:21
neha123456726-Aug-07 20:21 
Questiondate validation Pin
Sonia Gupta26-Aug-07 19:45
Sonia Gupta26-Aug-07 19:45 
AnswerRe: date validation Pin
Christian Graus26-Aug-07 20:42
protectorChristian Graus26-Aug-07 20:42 
GeneralRe: date validation Pin
Sonia Gupta26-Aug-07 20:53
Sonia Gupta26-Aug-07 20:53 
GeneralRe: date validation Pin
Vikram A Punathambekar26-Aug-07 21:28
Vikram A Punathambekar26-Aug-07 21:28 
Questionproblem about save image Pin
chehreghany26-Aug-07 19:32
chehreghany26-Aug-07 19:32 
AnswerRe: problem about save image Pin
Christian Graus26-Aug-07 20:39
protectorChristian Graus26-Aug-07 20:39 
Questionintenal data member Pin
Sonia Gupta26-Aug-07 18:28
Sonia Gupta26-Aug-07 18:28 
QuestionRe: intenal data member Pin
Vikram A Punathambekar26-Aug-07 18:42
Vikram A Punathambekar26-Aug-07 18:42 
QuestionRe: intenal data member Pin
Sonia Gupta26-Aug-07 18:48
Sonia Gupta26-Aug-07 18:48 
AnswerRe: intenal data member Pin
Vikram A Punathambekar26-Aug-07 21:22
Vikram A Punathambekar26-Aug-07 21:22 
Questiongetting the icon and extension Pin
Adrian Soon26-Aug-07 16:26
Adrian Soon26-Aug-07 16:26 
AnswerRe: getting the icon and extension Pin
Christian Graus26-Aug-07 17:20
protectorChristian Graus26-Aug-07 17:20 

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.