Click here to Skip to main content
15,907,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.NET 2.0, IIS7 and Vista issues Pin
Dario Solera21-Oct-06 22:20
Dario Solera21-Oct-06 22:20 
AnswerRe: ASP.NET 2.0, IIS7 and Vista issues Pin
Guffa22-Oct-06 5:15
Guffa22-Oct-06 5:15 
GeneralRe: ASP.NET 2.0, IIS7 and Vista issues Pin
Dario Solera22-Oct-06 6:12
Dario Solera22-Oct-06 6:12 
Questionright click on the tree view Pin
ptvce21-Oct-06 22:12
ptvce21-Oct-06 22:12 
Questionthe path of file Pin
ptvce21-Oct-06 20:09
ptvce21-Oct-06 20:09 
AnswerRe: the path of file Pin
Guffa22-Oct-06 2:04
Guffa22-Oct-06 2:04 
GeneralRe: the path of file Pin
ptvce22-Oct-06 20:02
ptvce22-Oct-06 20:02 
Questionreplace file Pin
ptvce21-Oct-06 1:59
ptvce21-Oct-06 1:59 
i want replace a file insted of the other file i do this work but its not write.
try
{
string OriginalFile = "c:\\"+them+".css";
string FileToReplace = "c:\\"+name+".css";
string BackUpOfFileToReplace = "c:\\"+name+".css.bac";
System.IO.File.Replace(OriginalFile, FileToReplace, BackUpOfFileToReplace);
Console.WriteLine("Done");
}
catch (Exception ex)
{
string s = (ex).ToString();
}
how can i do this?
AnswerRe: replace file Pin
Tad McClellan21-Oct-06 5:45
professionalTad McClellan21-Oct-06 5:45 
AnswerRe: replace file Pin
Guffa21-Oct-06 5:45
Guffa21-Oct-06 5:45 
AnswerRe: replace file Pin
Amit Agarrwal22-Oct-06 21:31
Amit Agarrwal22-Oct-06 21:31 
QuestionHow to compare time? Pin
cheeken2u20-Oct-06 22:57
cheeken2u20-Oct-06 22:57 
AnswerRe: How to compare time? Pin
Guffa21-Oct-06 1:16
Guffa21-Oct-06 1:16 
AnswerRe: How to compare time? [modified] Pin
John Petersen21-Oct-06 3:10
John Petersen21-Oct-06 3:10 
AnswerRe: How to compare time? Pin
cheeken2u21-Oct-06 17:22
cheeken2u21-Oct-06 17:22 
Questionaski code Pin
ptvce20-Oct-06 22:13
ptvce20-Oct-06 22:13 
AnswerRe: aski code Pin
Guffa21-Oct-06 1:31
Guffa21-Oct-06 1:31 
GeneralRe: aski code Pin
ptvce21-Oct-06 1:52
ptvce21-Oct-06 1:52 
AnswerRe: aski code Pin
Guffa21-Oct-06 5:42
Guffa21-Oct-06 5:42 
GeneralRe: aski code Pin
ptvce21-Oct-06 19:28
ptvce21-Oct-06 19:28 
AnswerRe: aski code Pin
DavidNohejl21-Oct-06 1:48
DavidNohejl21-Oct-06 1:48 
GeneralRe: aski code Pin
ptvce21-Oct-06 19:24
ptvce21-Oct-06 19:24 
Questionedit a notpad file with asp.net(c#) Pin
ptvce20-Oct-06 20:36
ptvce20-Oct-06 20:36 
AnswerRe: edit a notpad file with asp.net(c#) Pin
seee sharp20-Oct-06 22:45
seee sharp20-Oct-06 22:45 
Questionhey i am stuck with a problem ,i am asked to make a vertical menu in asp.net and c# where the data will be populated from sql server 2000 database and the menu should have infinite sub menu. Pin
indrani2220-Oct-06 18:17
indrani2220-Oct-06 18:17 

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.