Click here to Skip to main content
15,894,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: Query Analyzer Pin
Zoltan Balazs29-May-08 6:16
Zoltan Balazs29-May-08 6:16 
AnswerRe: Query Analyzer Pin
Pete O'Hanlon29-May-08 10:02
mvePete O'Hanlon29-May-08 10:02 
QuestionChanging columns of data Pin
Karlos_V29-May-08 3:18
Karlos_V29-May-08 3:18 
AnswerRe: Changing columns of data Pin
leppie29-May-08 3:19
leppie29-May-08 3:19 
GeneralRe: Changing columns of data Pin
Karlos_V29-May-08 3:23
Karlos_V29-May-08 3:23 
GeneralRe: Changing columns of data Pin
leppie29-May-08 4:18
leppie29-May-08 4:18 
GeneralRe: Changing columns of data Pin
Karlos_V29-May-08 4:27
Karlos_V29-May-08 4:27 
GeneralRe: Changing columns of data Pin
darkelv29-May-08 4:42
darkelv29-May-08 4:42 
Without knowing more information what you want to do with the "converted" values and other restriction, it's hard to suggest any solution.

For instance,
1. You can have mapping tables and join them in your query.
2. You can have specialized custom control that do the "conversion".
3. If you are displaying them in a combobox, you can make use of the DisplayMember and ValueMember when you bind the property to it.
4. And of cos you can go and change the value yourself in the dataset, which probably is the least efficient way.
Questionhttp://www.codeproject.com/script/Forums/View.aspx?fid=1650&select=2573421#xx2573421xx Pin
tamour29-May-08 1:56
tamour29-May-08 1:56 
AnswerCross post already in .NET framwork message board Pin
SomeGuyThatIsMe29-May-08 2:21
SomeGuyThatIsMe29-May-08 2:21 
AnswerA blatant cross post. Please ignore. Pin
Pete O'Hanlon29-May-08 2:22
mvePete O'Hanlon29-May-08 2:22 
QuestionICSharpZipLib remove password Pin
JustRonald29-May-08 0:38
JustRonald29-May-08 0:38 
AnswerRe: ICSharpZipLib remove password Pin
Judah Gabriel Himango29-May-08 8:14
sponsorJudah Gabriel Himango29-May-08 8:14 
QuestionAccess is denied when listen on a port Pin
George_George29-May-08 0:32
George_George29-May-08 0:32 
AnswerRe: Access is denied when listen on a port Pin
leppie29-May-08 0:43
leppie29-May-08 0:43 
GeneralRe: Access is denied when listen on a port Pin
George_George29-May-08 1:22
George_George29-May-08 1:22 
GeneralRe: Access is denied when listen on a port Pin
leppie29-May-08 3:12
leppie29-May-08 3:12 
GeneralRe: Access is denied when listen on a port Pin
George_George31-May-08 2:03
George_George31-May-08 2:03 
GeneralRe: Access is denied when listen on a port Pin
Zoltan Balazs31-May-08 2:29
Zoltan Balazs31-May-08 2:29 
GeneralRe: Access is denied when listen on a port Pin
George_George31-May-08 2:44
George_George31-May-08 2:44 
GeneralRe: Access is denied when listen on a port Pin
Zoltan Balazs31-May-08 2:52
Zoltan Balazs31-May-08 2:52 
GeneralRe: Access is denied when listen on a port Pin
George_George31-May-08 2:54
George_George31-May-08 2:54 
GeneralRe: Access is denied when listen on a port Pin
Zoltan Balazs29-May-08 6:18
Zoltan Balazs29-May-08 6:18 
GeneralRe: Access is denied when listen on a port Pin
George_George31-May-08 2:05
George_George31-May-08 2:05 
GeneralRe: Access is denied when listen on a port Pin
Zoltan Balazs31-May-08 2:40
Zoltan Balazs31-May-08 2:40 

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.