Click here to Skip to main content
15,906,708 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: curWeb.Files.Add Pin
ptvce23-Apr-08 0:38
ptvce23-Apr-08 0:38 
GeneralRe: curWeb.Files.Add Pin
Christian Graus23-Apr-08 1:00
protectorChristian Graus23-Apr-08 1:00 
GeneralError HTTP 500.100 Pin
Vimalsoft(Pty) Ltd22-Apr-08 20:49
professionalVimalsoft(Pty) Ltd22-Apr-08 20:49 
GeneralRe: Error HTTP 500.100 Pin
Blue_Boy22-Apr-08 21:19
Blue_Boy22-Apr-08 21:19 
GeneralRe: Error HTTP 500.100 Pin
Vimalsoft(Pty) Ltd22-Apr-08 23:32
professionalVimalsoft(Pty) Ltd22-Apr-08 23:32 
GeneralRe: Error HTTP 500.100 Pin
eyeseetee22-Apr-08 21:26
eyeseetee22-Apr-08 21:26 
GeneralRe: Error HTTP 500.100 Pin
Vasudevan Deepak Kumar24-Apr-08 0:33
Vasudevan Deepak Kumar24-Apr-08 0:33 
Generalpath of file Pin
ptvce22-Apr-08 20:37
ptvce22-Apr-08 20:37 
i want create a html file in this path: http://spserver3:5050/reservation

how can i do this????

i wrote this code but its not right.

if (!System.IO.File.Exists(@"C:/webpart/WritingWebPart/Reservation/Reservation/a.htm"))
{
System.IO.FileStream f = System.IO.File.Create(@"C:/webpart/WritingWebPart/Reservation/Reservation/a.htm");
SPFile file = curWeb.Files.Add(curWeb.Url, f);
f.Close();

using (System.IO.StreamWriter sw = new System.IO.StreamWriter(@"C:/webpart/WritingWebPart/Reservation/Reservation/a.htm"))
{
sw.Write(old);

//sw.Close();
}

}
GeneralRe: path of file Pin
Christian Graus22-Apr-08 21:52
protectorChristian Graus22-Apr-08 21:52 
Questionlistview freeze column Pin
aravindakumar22-Apr-08 20:33
aravindakumar22-Apr-08 20:33 
GeneralRe: listview freeze column Pin
_AK_22-Apr-08 20:47
_AK_22-Apr-08 20:47 
GeneralRe: listview freeze column Pin
aravindakumar22-Apr-08 23:13
aravindakumar22-Apr-08 23:13 
GeneralRe: listview freeze column Pin
Vasudevan Deepak Kumar24-Apr-08 0:35
Vasudevan Deepak Kumar24-Apr-08 0:35 
GeneralConvert an xml into excel using c# Pin
SreejithAchutan22-Apr-08 20:27
SreejithAchutan22-Apr-08 20:27 
GeneralRe: Convert an xml into excel using c# Pin
Christian Graus22-Apr-08 20:31
protectorChristian Graus22-Apr-08 20:31 
GeneralRe: Convert an xml into excel using c# Pin
SreejithAchutan22-Apr-08 20:55
SreejithAchutan22-Apr-08 20:55 
GeneralRe: Convert an xml into excel using c# Pin
Christian Graus22-Apr-08 23:28
protectorChristian Graus22-Apr-08 23:28 
GeneralUpload file problem [modified] Pin
Mike Hankey22-Apr-08 20:08
mveMike Hankey22-Apr-08 20:08 
AnswerRe: Upload file problem Pin
samMaster22-Apr-08 21:06
samMaster22-Apr-08 21:06 
Generali want add one more setup file in .net Setup because Pin
Piyush Vardhan Singh22-Apr-08 19:52
Piyush Vardhan Singh22-Apr-08 19:52 
GeneralRe: i want add one more setup file in .net Setup because Pin
Spunky Coder22-Apr-08 20:20
Spunky Coder22-Apr-08 20:20 
GeneralRe: i want add one more setup file in .net Setup because Pin
Piyush Vardhan Singh22-Apr-08 20:31
Piyush Vardhan Singh22-Apr-08 20:31 
GeneralRe: i want add one more setup file in .net Setup because Pin
Spunky Coder22-Apr-08 21:18
Spunky Coder22-Apr-08 21:18 
GeneralRe: i want add one more setup file in .net Setup because Pin
Piyush Vardhan Singh22-Apr-08 21:31
Piyush Vardhan Singh22-Apr-08 21:31 
GeneralRe: i want add one more setup file in .net Setup because Pin
Spunky Coder22-Apr-08 22:09
Spunky Coder22-Apr-08 22:09 

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.