Click here to Skip to main content
15,885,782 members
Home / Discussions / C#
   

C#

 
QuestionHow to upload apicture into a picturebox in C# Pin
Member 90915607-Jun-12 21:27
Member 90915607-Jun-12 21:27 
AnswerRe: How to upload apicture into a picturebox in C# Pin
Richard MacCutchan7-Jun-12 21:55
mveRichard MacCutchan7-Jun-12 21:55 
GeneralRe: How to upload apicture into a picturebox in C# Pin
Member 90915608-Jun-12 0:19
Member 90915608-Jun-12 0:19 
QuestionHow to fetch data from database in lables in asp.net using three tier architecture Pin
mohansahu7-Jun-12 20:47
mohansahu7-Jun-12 20:47 
AnswerRe: How to fetch data from database in lables in asp.net using three tier architecture Pin
Abhinav S7-Jun-12 20:54
Abhinav S7-Jun-12 20:54 
QuestionC# linq to sql Pin
dcof7-Jun-12 7:15
dcof7-Jun-12 7:15 
AnswerRe: C# linq to sql Pin
Eddy Vluggen7-Jun-12 9:50
professionalEddy Vluggen7-Jun-12 9:50 
AnswerRe: C# linq to sql Pin
Matt T Heffron7-Jun-12 12:53
professionalMatt T Heffron7-Jun-12 12:53 
It is a pretty simple conversion in this case:

C#
var field1s = 
  from t in yourDataContext.testtable
  where t.column1 == "customer" &&
        t.column2 == "statename"
  select t.field1;


The field1s will be of type IQueryable<ftype> where ftype represents the data type of field1.
GeneralRe: C# linq to sql Pin
dcof8-Jun-12 3:19
dcof8-Jun-12 3:19 
GeneralRe: C# linq to sql Pin
BobJanova8-Jun-12 4:50
BobJanova8-Jun-12 4:50 
QuestionDynamic Ajax accordion not fetching any data at production server Pin
Member 90849896-Jun-12 23:08
Member 90849896-Jun-12 23:08 
AnswerRe: Dynamic Ajax accordion not fetching any data at production server Pin
BobJanova6-Jun-12 23:31
BobJanova6-Jun-12 23:31 
Questionunderstanding how to write code Pin
Member 90841446-Jun-12 18:32
Member 90841446-Jun-12 18:32 
AnswerRe: understanding how to write code PinPopular
egenis6-Jun-12 18:38
egenis6-Jun-12 18:38 
GeneralRe: understanding how to write code Pin
Member 90841446-Jun-12 18:43
Member 90841446-Jun-12 18:43 
AnswerRe: understanding how to write code Pin
AmitGajjar6-Jun-12 18:39
professionalAmitGajjar6-Jun-12 18:39 
GeneralRe: understanding how to write code Pin
Member 90841446-Jun-12 18:43
Member 90841446-Jun-12 18:43 
AnswerRe: understanding how to write code PinPopular
BobJanova6-Jun-12 23:30
BobJanova6-Jun-12 23:30 
AnswerRe: understanding how to write code PinPopular
Alan Balkany7-Jun-12 5:02
Alan Balkany7-Jun-12 5:02 
AnswerRe: understanding how to write code Pin
Mycroft Holmes7-Jun-12 13:06
professionalMycroft Holmes7-Jun-12 13:06 
AnswerRe: understanding how to write code Pin
Abhinav S7-Jun-12 17:30
Abhinav S7-Jun-12 17:30 
QuestionHELP resolving host to IP not working! Pin
Mikhail Radovilskiy6-Jun-12 14:33
Mikhail Radovilskiy6-Jun-12 14:33 
AnswerRe: HELP resolving host to IP not working! Pin
Peter_in_27806-Jun-12 15:40
professionalPeter_in_27806-Jun-12 15:40 
GeneralRe: HELP resolving host to IP not working! Pin
Mikhail Radovilskiy6-Jun-12 16:50
Mikhail Radovilskiy6-Jun-12 16:50 
GeneralRe: HELP resolving host to IP not working! Pin
Mikhail Radovilskiy6-Jun-12 17:25
Mikhail Radovilskiy6-Jun-12 17:25 

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.