blah blah blah is here! blah blah » Close

0
votes
6 answers

threading with a timer for each thread

Hi, I have to do multithreading. In my case each thread should run in a specified timer interval given in a database. I tried a sample by storing the data in an xml file and reading them with linq to xml. But it seems all the thread take ...

0
votes
2 answers

passing an object(linq) to a thread

hi, I have a linq query which fetches a collection of datas. I want to do some functionality with each collection of data. I am not getting how to pass var object to a thread. My linq to xml query looks like this: XDocument readStorel ...

0
votes
1 answers

Hyperlink asp control doesn't appear when set

Hi, I've got an XML file with one <title> and one <link> attribute. What I want to do is implement a hyperlink with the name of the <title> element and whose NavigateUrl property is set to the <link> element. For ...

0
votes
3 answers

Terminating a thread

When I run my c# application (I am using Visual studio, compact framework) I create a thread that constantly moves files from one folder to the other [code]public static class Program { [MTAThread] public static ...

0
votes
1 answers

Read/Write XML

I wrote a function in VS C# that works fine reading/writing files to my hard drive. However, when I try to test my app inside of VS Web Developer and try to edit files contained in the project, I get non-stop "The process cannot acces ...

0
votes
0 answers

Controling TreeView Control

sanjib
226

I have two questions all regarding TreeView Control. 1> We usually know that TreeView can be bound to XML, tabular or relational data but is it more useful with the XML file? In fact when I try to bind it with data, it directs to ei ...

Feedback