Click here to Skip to main content
16,016,759 members

Comments by Md Athaulla (Top 13 by date)

Md Athaulla 13-Jan-15 3:31am View    
Thanks alot for your kind reply. i have checked the links they are helpful. But My requirement is similar to logging into file. There is some problem in xml writing in the current code. First time it will write, second time if I try to write the title in xml, it is writing out of element.I have used simple xmlreader and xmlwriter functions to accomplish in the present code.

<img src="http://i57.tinypic.com/10crq7s.png" border="0" alt="Image and video hosting by TinyPic"></img>

My xml write code is as below

Collapse | Copy Code
using (StringWriter sw = new StringWriter(sbuilder))
{
using (XmlTextWriter w = new XmlTextWriter(sw))
{
w.WriteStartElement("item");
}
}
Md Athaulla 31-Aug-12 6:59am View    
1)yes it is still the same outside the container. but in the client machine it is working fine.
2)we are using file system more than database. we receive ecg data through serial port then plot it on the screen. at last we will store that data in a file. so we are using more file.io, drawing and serialport communication operations.
Md Athaulla 31-Aug-12 1:35am View    
Thanks for the reply. that "Analyze" menu is not available in vs2008 professional. it is available only in "VS2008 team suite" version. anyways thanks for the reply.
Md Athaulla 30-Aug-12 9:23am View    
ya i have put the datagridview inside groupbox. ill try to remove the groupbox and check. one more thing i want to know. Is there any plugin available for vs2008 to check the performance. i wanna know which instruction takes more time?
Md Athaulla 30-Aug-12 9:05am View    
ya i have tried this. but still there is some problem. we need row header.

Please have a look at the following link

http://i47.tinypic.com/30ryatz.jpg