Click here to Skip to main content
15,897,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Re: how to decrypt cookie Pin
deepalititi20-Jun-07 0:15
deepalititi20-Jun-07 0:15 
GeneralRe: Re: how to decrypt cookie Pin
Sylvester george20-Jun-07 0:18
Sylvester george20-Jun-07 0:18 
GeneralRe: Re: how to decrypt cookie Pin
deepalititi20-Jun-07 0:27
deepalititi20-Jun-07 0:27 
Questionhow to a column at the footer using a webgrid Pin
ballameharmurali19-Jun-07 23:45
ballameharmurali19-Jun-07 23:45 
AnswerRe: how to a column at the footer using a webgrid Pin
Sandeep Akhare20-Jun-07 0:20
Sandeep Akhare20-Jun-07 0:20 
GeneralRe: how to a column at the footer using a webgrid Pin
ballameharmurali20-Jun-07 0:25
ballameharmurali20-Jun-07 0:25 
Questionreplacing text in a text file on server... Pin
rashadaliarshad19-Jun-07 23:08
rashadaliarshad19-Jun-07 23:08 
AnswerRe: replacing text in a text file on server... Pin
Sandeep Akhare19-Jun-07 23:29
Sandeep Akhare19-Jun-07 23:29 
Its better to search on google first then ask if you didn't find anything Google is your best friend Smile | :)
Let it be
Use TextWriter to write into text file use streamWriter class to open the file
in the constructor of the streanWriter pass 2 parameters path and bool true or false to append the text to file like this
TextWriter textwriter = new StreamWriter("Path of mytextfile.txt", true);
textwriter.WriteLine(TextArea.Text.ToString()):
textwriter.Close();



Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




AnswerRe: replacing text in a text file on server... Pin
Tarik Guney19-Jun-07 23:31
Tarik Guney19-Jun-07 23:31 
QuestionChange the language Pin
srinandan..19-Jun-07 22:44
srinandan..19-Jun-07 22:44 
AnswerRe: Change the language Pin
Chetan Ranpariya19-Jun-07 22:50
Chetan Ranpariya19-Jun-07 22:50 
GeneralRe: Change the language Pin
srinandan..19-Jun-07 23:01
srinandan..19-Jun-07 23:01 
GeneralRe: Change the language Pin
Chetan Ranpariya19-Jun-07 23:07
Chetan Ranpariya19-Jun-07 23:07 
GeneralRe: Change the language Pin
srinandan..19-Jun-07 23:27
srinandan..19-Jun-07 23:27 
GeneralRe: Change the language Pin
Chetan Ranpariya20-Jun-07 0:04
Chetan Ranpariya20-Jun-07 0:04 
GeneralRe: Change the language [modified] Pin
Sylvester george20-Jun-07 0:59
Sylvester george20-Jun-07 0:59 
GeneralRe: Change the language Pin
srinandan..20-Jun-07 1:16
srinandan..20-Jun-07 1:16 
QuestionServer Error in '/' Application. Pin
Brendan Vogt19-Jun-07 22:32
Brendan Vogt19-Jun-07 22:32 
AnswerRe: Server Error in '/' Application. Pin
Sandeep Akhare19-Jun-07 22:45
Sandeep Akhare19-Jun-07 22:45 
GeneralRe: Server Error in '/' Application. Pin
Brendan Vogt19-Jun-07 22:48
Brendan Vogt19-Jun-07 22:48 
GeneralRe: Server Error in '/' Application. Pin
Sandeep Akhare19-Jun-07 23:32
Sandeep Akhare19-Jun-07 23:32 
GeneralRe: Server Error in '/' Application. Pin
Brendan Vogt19-Jun-07 23:46
Brendan Vogt19-Jun-07 23:46 
GeneralRe: Server Error in '/' Application. Pin
Sandeep Akhare19-Jun-07 23:54
Sandeep Akhare19-Jun-07 23:54 
GeneralRe: Server Error in '/' Application. Pin
Tarik Guney19-Jun-07 23:38
Tarik Guney19-Jun-07 23:38 
GeneralRe: Server Error in '/' Application. Pin
Brendan Vogt19-Jun-07 23:54
Brendan Vogt19-Jun-07 23:54 

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.