Click here to Skip to main content
15,898,538 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Image manipulation application Pin
Christian Graus6-Sep-07 10:18
protectorChristian Graus6-Sep-07 10:18 
GeneralRe: Image manipulation application Pin
DanB19836-Sep-07 10:19
DanB19836-Sep-07 10:19 
Questiondata from sqlserver into textboxes Pin
NewToAspDotNet6-Sep-07 10:03
NewToAspDotNet6-Sep-07 10:03 
AnswerRe: data from sqlserver into textboxes Pin
Larantz6-Sep-07 10:09
Larantz6-Sep-07 10:09 
GeneralRe: data from sqlserver into textboxes [modified] Pin
Larantz6-Sep-07 12:13
Larantz6-Sep-07 12:13 
GeneralRe: data from sqlserver into textboxes Pin
NewToAspDotNet9-Sep-07 9:43
NewToAspDotNet9-Sep-07 9:43 
AnswerRe: data from sqlserver into textboxes Pin
Spacix One6-Sep-07 10:39
Spacix One6-Sep-07 10:39 
QuestionDynamic Load WebControl Pin
pandacad6-Sep-07 10:02
pandacad6-Sep-07 10:02 
QuestionContext Menu with TextBox Filter Pin
doubleas23806-Sep-07 9:58
doubleas23806-Sep-07 9:58 

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.