Click here to Skip to main content
15,911,141 members
Home / Discussions / C#
   

C#

 
AnswerRe: problem with https Pin
Larantz6-Sep-07 20:09
Larantz6-Sep-07 20:09 
QuestionMultiple Language Pin
Adrian Soon6-Sep-07 17:58
Adrian Soon6-Sep-07 17:58 
AnswerRe: Multiple Language Pin
zimbo01016-Sep-07 18:13
zimbo01016-Sep-07 18:13 
AnswerRe: Multiple Language Pin
ankitbhadana6-Sep-07 20:20
ankitbhadana6-Sep-07 20:20 
AnswerRe: Multiple Language Pin
Urs Enzler6-Sep-07 21:16
Urs Enzler6-Sep-07 21:16 
GeneralRe: Multiple Language Pin
Rudolf Jan7-Sep-07 0:34
Rudolf Jan7-Sep-07 0:34 
GeneralRe: Multiple Language Pin
Urs Enzler7-Sep-07 0:43
Urs Enzler7-Sep-07 0:43 
QuestionPassword Protected IE Pin
zimbo01016-Sep-07 17:46
zimbo01016-Sep-07 17:46 
AnswerRe: Password Protected IE Pin
Biju Sam6-Sep-07 21:17
Biju Sam6-Sep-07 21:17 
Questionhow to track an user with in an application Pin
prasadbuddhika6-Sep-07 17:44
prasadbuddhika6-Sep-07 17:44 
AnswerRe: how to track an user with in an application Pin
zimbo01016-Sep-07 17:58
zimbo01016-Sep-07 17:58 
AnswerRe: how to track an user with in an application Pin
rah_sin6-Sep-07 18:39
professionalrah_sin6-Sep-07 18:39 
GeneralRe: how to track an user with in an application Pin
prasadbuddhika7-Sep-07 0:10
prasadbuddhika7-Sep-07 0:10 
QuestionHow to get FTP Server's directory name. Pin
G.I Cho6-Sep-07 16:23
G.I Cho6-Sep-07 16:23 
AnswerRe: How to get FTP Server's directory name. Pin
ChrisKo7-Sep-07 11:42
ChrisKo7-Sep-07 11:42 
QuestionSetting checkedlist box from sql querie Pin
falles016-Sep-07 14:17
falles016-Sep-07 14:17 
AnswerRe: Setting checkedlist box from sql querie Pin
Larantz6-Sep-07 20:29
Larantz6-Sep-07 20:29 
Does the query return multiple TechnicalSkills for each employee?
In that case, are you also iterating over the various instances of TechnicalSkills per user?
(you're not as of what you've showed us so far).
Or are you showing only one user at a time?

The query should return a table consisting of rows equal to the amount of technical skills for that user, unless you store all the skill ids in one column with a seperator.


falles01 wrote:
if (adoDR["TechnicalSkillsID"])

What's this line supposed to check for?

falles01 wrote:
if (techSkillsCheckListBox2.Items.Equals(adoDR["TechnicalSkillsID"].ToString()))

And this if statement compares a Collection of CheckedListBoxItems with a string.
-Larantz-






for those about to code, we salute you
http://www.itverket.no

GeneralRe: Setting checkedlist box from sql querie Pin
falles0110-Sep-07 13:33
falles0110-Sep-07 13:33 
GeneralRe: Setting checkedlist box from sql querie Pin
Larantz12-Sep-07 11:03
Larantz12-Sep-07 11:03 
QuestionStrange Oracle error after migration Pin
Muammar©6-Sep-07 12:27
Muammar©6-Sep-07 12:27 
AnswerRe: how to check whether the data allready exists in the sqlserver database Pin
Pete O'Hanlon6-Sep-07 11:46
mvePete O'Hanlon6-Sep-07 11:46 
GeneralRe: how to check whether the data allready exists in the sqlserver database Pin
Larantz6-Sep-07 12:23
Larantz6-Sep-07 12:23 
GeneralRe: how to check whether the data allready exists in the sqlserver database Pin
Pete O'Hanlon6-Sep-07 21:58
mvePete O'Hanlon6-Sep-07 21:58 
QuestionImage manipulation application [modified] Pin
DanB19836-Sep-07 10:08
DanB19836-Sep-07 10:08 
AnswerRe: Image manipulation application Pin
Christian Graus6-Sep-07 10:12
protectorChristian Graus6-Sep-07 10:12 

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.