Click here to Skip to main content
15,901,373 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to show time in milliseconds on windows form ? Pin
PIEBALDconsult26-Jan-10 8:06
mvePIEBALDconsult26-Jan-10 8:06 
QuestionInconsistent image distortions Pin
Alan Balkany25-Jan-10 11:28
Alan Balkany25-Jan-10 11:28 
AnswerRe: Inconsistent image distortions Pin
Luc Pattyn25-Jan-10 12:31
sitebuilderLuc Pattyn25-Jan-10 12:31 
GeneralRe: Inconsistent image distortions Pin
Alan Balkany26-Jan-10 4:25
Alan Balkany26-Jan-10 4:25 
GeneralRe: Inconsistent image distortions Pin
Luc Pattyn26-Jan-10 4:43
sitebuilderLuc Pattyn26-Jan-10 4:43 
Questionasp.net membership issue Pin
April Unni25-Jan-10 11:13
April Unni25-Jan-10 11:13 
AnswerRe: asp.net membership issue Pin
Not Active25-Jan-10 11:39
mentorNot Active25-Jan-10 11:39 
QuestionI was reading that linq can not be used with bindingnavigator is this true and if it so then how would you work around something like this? Pin
tonyonlinux25-Jan-10 10:52
tonyonlinux25-Jan-10 10:52 
Just trying to learn this stuff it is not a must but i seen Linq is very cool

Ok well i want to get titles   from my existing dataset where they equal the text of a textbox so i was trying to do something like this using linq....

<pre>
var _data = from books in bookdbDataSet.Booklist
                  where title(textbox.text)
                  select title;
</pre>
then i wanted to make the binding source that of _data

so i thought something on the lines of

bindingnavigator.bindingsource.datasource = _data;

then calling the
bindingnavigator.bindingsource.filter some how another to show the results of the linq

is this even possible? And if so how would it be done cause linq looks pretty neat but I like the bindingnavigator filter option too Frown | :(
AnswerRe: I was reading that linq can not be used with bindingnavigator is this true and if it so then how would you work around something like this? Pin
#realJSOP26-Jan-10 0:20
professional#realJSOP26-Jan-10 0:20 
QuestionI want to BroadCast or Share My desktop to a network PC ? Pin
Dr.DigiTaL25-Jan-10 10:14
Dr.DigiTaL25-Jan-10 10:14 
AnswerRe: I want to BroadCast or Share My desktop to a network PC ? Pin
Dr.DigiTaL25-Jan-10 10:30
Dr.DigiTaL25-Jan-10 10:30 
GeneralRe: I want to BroadCast or Share My desktop to a network PC ? Pin
Eddy Vluggen25-Jan-10 11:01
professionalEddy Vluggen25-Jan-10 11:01 
GeneralRe: I want to BroadCast or Share My desktop to a network PC ? Pin
Dr.DigiTaL25-Jan-10 11:04
Dr.DigiTaL25-Jan-10 11:04 
GeneralRe: I want to BroadCast or Share My desktop to a network PC ? Pin
Eddy Vluggen25-Jan-10 11:28
professionalEddy Vluggen25-Jan-10 11:28 
QuestionCalculating Tolerance area Pin
einsteinmow25-Jan-10 9:10
einsteinmow25-Jan-10 9:10 
AnswerRe: Calculating Tolerance area Pin
Rob Philpott25-Jan-10 9:28
Rob Philpott25-Jan-10 9:28 
GeneralRe: Calculating Tolerance area Pin
einsteinmow9-Feb-10 2:12
einsteinmow9-Feb-10 2:12 
AnswerRe: Calculating Tolerance area Pin
Alex Manolescu25-Jan-10 9:45
Alex Manolescu25-Jan-10 9:45 
GeneralRe: Calculating Tolerance area Pin
einsteinmow9-Feb-10 2:15
einsteinmow9-Feb-10 2:15 
GeneralRe: Calculating Tolerance area Pin
Alex Manolescu1-Jun-10 10:31
Alex Manolescu1-Jun-10 10:31 
QuestionMixing Dynamic code with non-dynamic code. Pin
Red_Wizard_Shot_The_Food25-Jan-10 9:07
Red_Wizard_Shot_The_Food25-Jan-10 9:07 
AnswerRe: Mixing Dynamic code with non-dynamic code. Pin
Natza Mitzi26-Jan-10 8:21
Natza Mitzi26-Jan-10 8:21 
QuestionSimple databinding Pin
Kaikus25-Jan-10 7:10
Kaikus25-Jan-10 7:10 
AnswerRe: Simple databinding Pin
tonyonlinux25-Jan-10 11:02
tonyonlinux25-Jan-10 11:02 
GeneralRe: Simple databinding Pin
Kaikus25-Jan-10 21:53
Kaikus25-Jan-10 21:53 

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.