Click here to Skip to main content
15,923,910 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Firefox and AJAX Pin
idfl27-Jul-06 10:08
idfl27-Jul-06 10:08 
AnswerRe: Firefox and AJAX Pin
Steve Echols26-Jul-06 21:02
Steve Echols26-Jul-06 21:02 
AnswerRe: Firefox and AJAX Pin
Wags27-Jul-06 6:41
professionalWags27-Jul-06 6:41 
QuestionEnterprise Library 2.0 (Database Listener) [modified] Pin
guroo1325-Jul-06 15:11
guroo1325-Jul-06 15:11 
QuestionStage Resize Pin
braber25-Jul-06 7:23
braber25-Jul-06 7:23 
Questiondictionary Pin
honeyman_can25-Jul-06 5:25
honeyman_can25-Jul-06 5:25 
AnswerRe: dictionary Pin
Guffa25-Jul-06 7:40
Guffa25-Jul-06 7:40 
AnswerRe: dictionary [modified] Pin
Landarzar27-Jul-06 6:55
Landarzar27-Jul-06 6:55 
In C#:

If you want to create some sub dirs:
<br />
string basedir = "C:\\MyDir\\";<br />
string[] newsubdirs = new string[] { sub1, sub2, mynewsub };<br />
<br />
System.IO.DirectoryInfo dirInfo = new System.IO.DirectoryInfo(basedir);<br />
<br />
for(int i = 0; i < newsubdirs.Length;i++)<br />
{<br />
         dirInfo.CreateSubdirectory(".\\" + newsubdirs[i]);<br />
}<br />



-- modified at 12:55 Thursday 27th July, 2006
AnswerRe: dictionary Pin
eggsovereasy27-Jul-06 9:55
eggsovereasy27-Jul-06 9:55 
QuestionFAX using ASP Pin
smilesmita25-Jul-06 4:32
smilesmita25-Jul-06 4:32 
QuestionHow to configure PayPal on my webpage with PHP Code? Pin
Hy Chanhan25-Jul-06 1:03
professionalHy Chanhan25-Jul-06 1:03 
GeneralRe: How to configure PayPal on my webpage with PHP Code? Pin
User 171649225-Jul-06 4:19
professionalUser 171649225-Jul-06 4:19 
Questionproblem displaying records in order of time and date in php Pin
method00724-Jul-06 22:28
method00724-Jul-06 22:28 
AnswerRe: problem displaying records in order of time and date in php Pin
Aslam Bari24-Jul-06 23:39
Aslam Bari24-Jul-06 23:39 
AnswerRe: problem displaying records in order of time and date in php Pin
Reza Raad25-Jul-06 3:00
Reza Raad25-Jul-06 3:00 
GeneralRe: problem displaying records in order of time and date in php Pin
method00725-Jul-06 5:39
method00725-Jul-06 5:39 
GeneralRe: problem displaying records in order of time and date in php Pin
Reza Raad25-Jul-06 20:06
Reza Raad25-Jul-06 20:06 
GeneralRe: problem displaying records in order of time and date in php Pin
method00726-Jul-06 3:19
method00726-Jul-06 3:19 
Questionstyle tag is not working with Asp.net 1.1 Pin
Amit Agarrwal24-Jul-06 19:46
Amit Agarrwal24-Jul-06 19:46 
GeneralRe: style tag is not working with Asp.net 1.1 Pin
Guffa24-Jul-06 20:36
Guffa24-Jul-06 20:36 
GeneralRe: style tag is not working with Asp.net 1.1 [modified] Pin
Amit Agarrwal24-Jul-06 20:47
Amit Agarrwal24-Jul-06 20:47 
GeneralRe: style tag is not working with Asp.net 1.1 Pin
Paddy Boyd24-Jul-06 22:01
Paddy Boyd24-Jul-06 22:01 
GeneralRe: style tag is not working with Asp.net 1.1 [modified] Pin
Amit Agarrwal24-Jul-06 23:11
Amit Agarrwal24-Jul-06 23:11 
GeneralRe: style tag is not working with Asp.net 1.1 Pin
Guffa25-Jul-06 2:08
Guffa25-Jul-06 2:08 
GeneralRe: style tag is not working with Asp.net 1.1 Pin
Amit Agarrwal25-Jul-06 2:10
Amit Agarrwal25-Jul-06 2:10 

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.