Click here to Skip to main content
15,909,373 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: asp.net Pin
Chris Maunder13-Jun-06 11:05
cofounderChris Maunder13-Jun-06 11:05 
QuestionASP.NET Secure QueryString (Encrypt/Decrypt) Pin
Moe Tarhini12-Jun-06 23:55
Moe Tarhini12-Jun-06 23:55 
AnswerRe: ASP.NET Secure QueryString (Encrypt/Decrypt) Pin
Red_Wizard_Shot_The_Food13-Jun-06 6:33
Red_Wizard_Shot_The_Food13-Jun-06 6:33 
GeneralRe: ASP.NET Secure QueryString (Encrypt/Decrypt) Pin
Moe Tarhini13-Jun-06 19:32
Moe Tarhini13-Jun-06 19:32 
QuestionQuery Problem or Code Wrong --- Need Support !:confused: Pin
Vinay Chugh12-Jun-06 23:51
Vinay Chugh12-Jun-06 23:51 
AnswerRe: Query Problem or Code Wrong --- Need Support !:confused: Pin
J4amieC13-Jun-06 0:02
J4amieC13-Jun-06 0:02 
GeneralRe: Query Problem or Code Wrong --- Need Support !:confused: Pin
Vinay Chugh13-Jun-06 21:17
Vinay Chugh13-Jun-06 21:17 
QuestionUpdating TextBox values to .txt File Pin
ravikiranreddydharmannagari12-Jun-06 23:45
ravikiranreddydharmannagari12-Jun-06 23:45 
i retrievd the values from One.txt to a textbox(multi line,txtEditFile.Text )
i changed the values in text box and when i can click on save button the text should be updated in One.txt file

and the code is

StreamWriter strmEditWrite;
// Delete the file.
//strPath=C:\Inetpub\wwwroot\WebTextEditor\kiran
//strfile=One.txt
File.Delete(strPath + strFile);
// Create the file with new text.
strmEditWrite = File.CreateText(strPath + "\\" + strFile);
strmEditWrite.Write(txtEditFile.Text);
strmEditWrite.Close();
but iam getting an error acces denied plz help me out
AnswerRe: Updating TextBox values to .txt File Pin
Suamal13-Jun-06 0:11
Suamal13-Jun-06 0:11 
Questionprinter is attached or not in vb.net 1.1 Pin
sandeep_thakur12-Jun-06 23:20
sandeep_thakur12-Jun-06 23:20 
AnswerRe: printer is attached or not in vb.net 1.1 Pin
mnaveed13-Jun-06 0:39
mnaveed13-Jun-06 0:39 
QuestionWeb parts Pin
philpeters12-Jun-06 22:34
philpeters12-Jun-06 22:34 
QuestionRun time compilation error Pin
Sandeep Akhare12-Jun-06 22:33
Sandeep Akhare12-Jun-06 22:33 
QuestionPrinting Urgent Pin
Suamal12-Jun-06 22:32
Suamal12-Jun-06 22:32 
QuestionHow to call a codebehind function on onblur event?? Pin
kvPriya12-Jun-06 21:51
kvPriya12-Jun-06 21:51 
AnswerRe: How to call a codebehind function on onblur event?? Pin
Paddy Boyd12-Jun-06 21:56
Paddy Boyd12-Jun-06 21:56 
GeneralRe: How to call a codebehind function on onblur event?? Pin
kvPriya12-Jun-06 23:26
kvPriya12-Jun-06 23:26 
Questionmessage board Pin
shah zad12-Jun-06 21:34
shah zad12-Jun-06 21:34 
QuestionConfiguration Manager has no Release build Pin
desmondling7812-Jun-06 21:00
desmondling7812-Jun-06 21:00 
AnswerRe: Configuration Manager has no Release build Pin
Paddy Boyd12-Jun-06 21:57
Paddy Boyd12-Jun-06 21:57 
GeneralRe: Configuration Manager has no Release build Pin
desmondling7812-Jun-06 23:50
desmondling7812-Jun-06 23:50 
AnswerRe: Configuration Manager has no Release build Pin
Guffa13-Jun-06 2:20
Guffa13-Jun-06 2:20 
GeneralRe: Configuration Manager has no Release build Pin
desmondling7813-Jun-06 14:51
desmondling7813-Jun-06 14:51 
AnswerRe: Configuration Manager has no Release build Pin
Guffa13-Jun-06 21:48
Guffa13-Jun-06 21:48 
QuestionDatagrid Update Pin
Commickey12-Jun-06 20:42
Commickey12-Jun-06 20:42 

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.