Click here to Skip to main content
15,889,315 members
Home / Discussions / C#
   

C#

 
QuestionA Visual Assist like program? Pin
Khoa Bui12-Jun-05 23:11
Khoa Bui12-Jun-05 23:11 
Generalhelp...help..help Pin
computer_eng12-Jun-05 22:00
computer_eng12-Jun-05 22:00 
GeneralPixel Color Detector Pin
Expert Coming12-Jun-05 21:17
Expert Coming12-Jun-05 21:17 
GeneralC# shutdown event Pin
mabad12-Jun-05 20:46
mabad12-Jun-05 20:46 
GeneralRe: C# shutdown event Pin
the last free name12-Jun-05 21:43
the last free name12-Jun-05 21:43 
GeneralRe: C# shutdown event Pin
mabad12-Jun-05 23:38
mabad12-Jun-05 23:38 
GeneralMS Office development - Outlook Pin
cazzz12-Jun-05 20:22
cazzz12-Jun-05 20:22 
GeneralProblem with a checkedlistbox control Pin
monica2k12-Jun-05 19:56
monica2k12-Jun-05 19:56 
I have a checkedlistbox control which i am pupulating from a table.I am saving the value as a string in which all the values selected are concatenated and stored into sa sting feild in database. Saving is no problem. But i want that stored values should be automatically selected on form load but it is'nt doing this.No Error nothing but the values previously seleted are not selected now.
I am posting my both functions

public static string SetValueFromListBoxes(CheckedListBox lst)
{
string strCheckedValues;
strCheckedValues="";
string strStringCheckedValues="";
for(int i=0;i
GeneralRe: Problem with a checkedlistbox control Pin
Yulianto.12-Jun-05 21:46
Yulianto.12-Jun-05 21:46 
GeneralRe: Problem with a checkedlistbox control Pin
monica2k13-Jun-05 12:34
monica2k13-Jun-05 12:34 
GeneralRe: Problem with a checkedlistbox control Pin
Yulianto.13-Jun-05 16:18
Yulianto.13-Jun-05 16:18 
GeneralRe: Problem with a checkedlistbox control Pin
monica2k14-Jun-05 12:52
monica2k14-Jun-05 12:52 
GeneralAssembly Loading Pin
Mr. Naveed Butt12-Jun-05 18:51
professionalMr. Naveed Butt12-Jun-05 18:51 
GeneralRe: Assembly Loading Pin
NassosReyzidis14-Jun-05 1:19
NassosReyzidis14-Jun-05 1:19 
Generalstatic database class initialization Pin
Ista12-Jun-05 18:45
Ista12-Jun-05 18:45 
GeneralRe: static database class initialization Pin
S. Senthil Kumar12-Jun-05 19:35
S. Senthil Kumar12-Jun-05 19:35 
Questionget folder path in a treenode ? Pin
CiNN12-Jun-05 18:42
CiNN12-Jun-05 18:42 
AnswerRe: get folder path in a treenode ? Pin
codeprojectin12-Jun-05 22:05
codeprojectin12-Jun-05 22:05 
GeneralRe: get folder path in a treenode ? Pin
CiNN13-Jun-05 23:46
CiNN13-Jun-05 23:46 
QuestionAlgorithms? Pin
Neverwinter12-Jun-05 16:15
Neverwinter12-Jun-05 16:15 
AnswerRe: Algorithms? Pin
Robert Rohde12-Jun-05 20:15
Robert Rohde12-Jun-05 20:15 
AnswerRe: Algorithms? Pin
nemopeti13-Jun-05 10:41
nemopeti13-Jun-05 10:41 
Generalcancel invalidate message Pin
cchere12-Jun-05 14:18
cchere12-Jun-05 14:18 
GeneralFloating Toolbar Pin
Sasuko12-Jun-05 12:44
Sasuko12-Jun-05 12:44 
GeneralRe: Floating Toolbar Pin
Dave Kreskowiak12-Jun-05 15:44
mveDave Kreskowiak12-Jun-05 15:44 

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.