Click here to Skip to main content
16,004,806 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to restore a backup of my code to the Virtual Directory Pin
eyeseetee21-Apr-08 23:42
eyeseetee21-Apr-08 23:42 
General[Message Deleted] Pin
Muhammad Gouda22-Apr-08 0:16
Muhammad Gouda22-Apr-08 0:16 
GeneralRe: How to restore a backup of my code to the Virtual Directory Pin
eyeseetee22-Apr-08 0:44
eyeseetee22-Apr-08 0:44 
Question[Message Deleted] Pin
Muhammad Gouda22-Apr-08 1:21
Muhammad Gouda22-Apr-08 1:21 
GeneralRe: How to restore a backup of my code to the Virtual Directory Pin
eyeseetee22-Apr-08 1:25
eyeseetee22-Apr-08 1:25 
GeneralSystem.IO.StreamWriter Pin
ptvce21-Apr-08 22:32
ptvce21-Apr-08 22:32 
GeneralRe: System.IO.StreamWriter Pin
Sandeep Akhare21-Apr-08 22:42
Sandeep Akhare21-Apr-08 22:42 
GeneralRe: System.IO.StreamWriter Pin
ptvce21-Apr-08 22:55
ptvce21-Apr-08 22:55 
i want to do this:

string old = "HTML code";

if (!System.IO.File.Exists("d:\\a.htm"))
{
System.IO.FileStream f = System.IO.File.Create("d:\\a.htm");
f.Close();

using (System.IO.StreamWriter sw = new System.IO.StreamWriter("d:\\a.htm"))
{
sw.Write(old);

}

}
}


and i want open a.html form with this cde:
"<A HREF=" + "javascript:window.open('a.htm')"

but not open a.htm , it open other page.

can i say my mean?? do u understand my mean?/
GeneralRe: System.IO.StreamWriter Pin
Sandeep Akhare21-Apr-08 23:26
Sandeep Akhare21-Apr-08 23:26 
GeneralRe: System.IO.StreamWriter Pin
immu521-Apr-08 22:44
immu521-Apr-08 22:44 
GeneralRe: System.IO.StreamWriter Pin
ptvce21-Apr-08 23:02
ptvce21-Apr-08 23:02 
QuestionCan some body convert this c# code to VB.NET Pin
NetBot21-Apr-08 22:10
NetBot21-Apr-08 22:10 
AnswerRe: Can some body convert this c# code to VB.NET Pin
eyeseetee21-Apr-08 22:24
eyeseetee21-Apr-08 22:24 
GeneralRe: Can some body convert this c# code to VB.NET Pin
NetBot21-Apr-08 23:41
NetBot21-Apr-08 23:41 
AnswerRe: Can some body convert this c# code to VB.NET Pin
Neeraj Arora21-Apr-08 23:41
Neeraj Arora21-Apr-08 23:41 
AnswerRe: Can some body convert this c# code to VB.NET Pin
Dave Doknjas22-Apr-08 14:04
Dave Doknjas22-Apr-08 14:04 
GeneralRe: Can some body convert this c# code to VB.NET Pin
Dave Doknjas22-Apr-08 15:17
Dave Doknjas22-Apr-08 15:17 
GeneralRe: Can some body convert this c# code to VB.NET Pin
Dave Doknjas22-Apr-08 15:36
Dave Doknjas22-Apr-08 15:36 
GeneralJavaScript in Web User Control Pin
Usharva21-Apr-08 21:25
Usharva21-Apr-08 21:25 
GeneralRe: JavaScript in Web User Control [modified] Pin
Sandeep Akhare21-Apr-08 21:31
Sandeep Akhare21-Apr-08 21:31 
GeneralRe: JavaScript in Web User Control Pin
Usharva21-Apr-08 22:05
Usharva21-Apr-08 22:05 
GeneralRe: JavaScript in Web User Control Pin
R. Giskard Reventlov21-Apr-08 21:35
R. Giskard Reventlov21-Apr-08 21:35 
GeneralRe: JavaScript in Web User Control Pin
Sandeep Akhare21-Apr-08 21:44
Sandeep Akhare21-Apr-08 21:44 
GeneralDatabase mapping of 2 different sql database using .NET code Pin
Member 399001221-Apr-08 21:13
Member 399001221-Apr-08 21:13 
GeneralRe: Database mapping of 2 different sql database using .NET code Pin
l0kke22-Apr-08 5:12
l0kke22-Apr-08 5:12 

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.