Click here to Skip to main content
15,893,266 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is the difference between static,readonly and constant ? Pin
Abhinav S13-Dec-09 17:35
Abhinav S13-Dec-09 17:35 
AnswerRe: What is the difference between static,readonly and constant ? Pin
puri keemti13-Dec-09 21:09
puri keemti13-Dec-09 21:09 
QuestionWhen we have to use abstract and when we have to use interface ? Pin
md_azy13-Dec-09 16:11
md_azy13-Dec-09 16:11 
AnswerRe: When we have to use abstract and when we have to use interface ? Pin
puri keemti13-Dec-09 21:15
puri keemti13-Dec-09 21:15 
AnswerRe: When we have to use abstract and when we have to use interface ? Pin
PIEBALDconsult14-Dec-09 6:24
mvePIEBALDconsult14-Dec-09 6:24 
QuestionHow to collect and download links with documents automatics? Pin
Member 216810313-Dec-09 11:15
Member 216810313-Dec-09 11:15 
AnswerRe: How to collect and download links with documents automatics? Pin
Mycroft Holmes13-Dec-09 13:50
professionalMycroft Holmes13-Dec-09 13:50 
GeneralRe: How to collect and download links with documents automatic? Pin
Member 216810311-Jan-10 23:04
Member 216810311-Jan-10 23:04 
Thank you!
So why having a forum if i cant learn from here??
I got books but for me its difficult to understand.

this is what i got now, loop is working good but i cant download more than 1 of the files to my hard drive.

for (int i = 3483; i < 3583; i++)
            {
                string sFile = string.Format("http://www.svenskaspel.se/includes/xmlelements/XMLresultat.asp?produktid=1&omgang={0}", +i);

                XmlDocument doc = new XmlDocument();
                doc.Load(sFile);
                doc.Save(Application.StartupPath + "/test.xml");
                //doc.Save(C:\\ + sFile);
            }


Whats the other options for download Xmldocuments to hd?
Can Save method download more than 1 at the time?
QuestionMutiplication error? Pin
cgl3200013-Dec-09 6:45
cgl3200013-Dec-09 6:45 
AnswerRe: Mutiplication error? PinPopular
PIEBALDconsult13-Dec-09 6:47
mvePIEBALDconsult13-Dec-09 6:47 
AnswerRe: Mutiplication error? Pin
DaveyM6913-Dec-09 8:21
professionalDaveyM6913-Dec-09 8:21 
GeneralRe: Mutiplication error? Pin
harold aptroot13-Dec-09 8:53
harold aptroot13-Dec-09 8:53 
GeneralRe: Mutiplication error? Pin
dan!sh 13-Dec-09 15:52
professional dan!sh 13-Dec-09 15:52 
AnswerRe: Mutiplication error? Pin
#realJSOP13-Dec-09 11:33
mve#realJSOP13-Dec-09 11:33 
Questionbackup and restore from database Pin
farokhian13-Dec-09 6:18
farokhian13-Dec-09 6:18 
AnswerRe: backup and restore from database Pin
Mycroft Holmes13-Dec-09 13:53
professionalMycroft Holmes13-Dec-09 13:53 
QuestionHow to Add context menu strip in notify icon of c# console application Pin
AhmedMasum13-Dec-09 5:39
AhmedMasum13-Dec-09 5:39 
AnswerRe: How to Add context menu strip in notify icon of c# console application Pin
Luc Pattyn13-Dec-09 9:05
sitebuilderLuc Pattyn13-Dec-09 9:05 
GeneralRe: How to Add context menu strip in notify icon of c# console application Pin
AhmedMasum13-Dec-09 18:49
AhmedMasum13-Dec-09 18:49 
GeneralRe: How to Add context menu strip in notify icon of c# console application Pin
AhmedMasum14-Dec-09 20:38
AhmedMasum14-Dec-09 20:38 
Questionexport without the Microsoft report control Pin
Jassim Rahma13-Dec-09 2:29
Jassim Rahma13-Dec-09 2:29 
Questiontable's footer at the bottom [Microsoft Report - RDLC] Pin
Jassim Rahma13-Dec-09 2:27
Jassim Rahma13-Dec-09 2:27 
AnswerRe: table's footer at the bottom [Microsoft Report - RDLC] Pin
Jassim Rahma15-Dec-09 12:23
Jassim Rahma15-Dec-09 12:23 
QuestionOrder of precedence for LOGICAL Operators Pin
dataminers13-Dec-09 1:07
dataminers13-Dec-09 1:07 
AnswerRe: Order of precedence for LOGICAL Operators Pin
Alan N13-Dec-09 1:33
Alan N13-Dec-09 1:33 

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.