Click here to Skip to main content
15,921,884 members
Home / Discussions / C#
   

C#

 
GeneralRe: Automation ?!?!?! Pin
suguimoto1-Jun-06 2:57
suguimoto1-Jun-06 2:57 
QuestionGet Data from Gridview Columns which are hidden Pin
Sunny H1-Jun-06 1:09
Sunny H1-Jun-06 1:09 
AnswerRe: Get Data from Gridview Columns which are hidden Pin
Sunny H1-Jun-06 2:31
Sunny H1-Jun-06 2:31 
Questionhowto add a new row in datagridview ? Pin
cmpeng341-Jun-06 1:02
cmpeng341-Jun-06 1:02 
AnswerRe: howto add a new row in datagridview ? Pin
Larantz1-Jun-06 9:51
Larantz1-Jun-06 9:51 
Questionstarting SQL Server Services? Pin
Mairaaj Khan1-Jun-06 0:49
professionalMairaaj Khan1-Jun-06 0:49 
AnswerRe: starting SQL Server Services? Pin
Laubi1-Jun-06 2:00
Laubi1-Jun-06 2:00 
GeneralRe: starting SQL Server Services? Pin
Mairaaj Khan1-Jun-06 2:09
professionalMairaaj Khan1-Jun-06 2:09 
GeneralRe: starting SQL Server Services? Pin
Laubi1-Jun-06 2:16
Laubi1-Jun-06 2:16 
AnswerRe: starting SQL Server Services? Better Way Pin
Paul Brower1-Jun-06 2:06
Paul Brower1-Jun-06 2:06 
GeneralRe: starting SQL Server Services? Thanks Pin
Mairaaj Khan1-Jun-06 2:44
professionalMairaaj Khan1-Jun-06 2:44 
AnswerRe: starting SQL Server Services? Pin
sathish s1-Jun-06 2:08
sathish s1-Jun-06 2:08 
Questionhowto sort datagridview? help¿ Pin
cmpeng341-Jun-06 0:37
cmpeng341-Jun-06 0:37 
AnswerRe: howto sort datagridview? help¿ Pin
Mairaaj Khan1-Jun-06 1:13
professionalMairaaj Khan1-Jun-06 1:13 
AnswerRe: howto sort datagridview? help¿ Pin
Drew McGhie1-Jun-06 4:27
Drew McGhie1-Jun-06 4:27 
QuestionHow to create a selection rectangle Pin
Sasuko1-Jun-06 0:02
Sasuko1-Jun-06 0:02 
AnswerRe: How to create a selection rectangle Pin
Robert Rohde1-Jun-06 0:08
Robert Rohde1-Jun-06 0:08 
Questiondecide whether to split string or not Pin
I-Johan31-May-06 23:50
I-Johan31-May-06 23:50 
AnswerRe: decide whether to split string or not Pin
_AK_31-May-06 23:51
_AK_31-May-06 23:51 
GeneralRe: decide whether to split string or not Pin
Mairaaj Khan1-Jun-06 0:03
professionalMairaaj Khan1-Jun-06 0:03 
GeneralRe: decide whether to split string or not Pin
_AK_1-Jun-06 0:05
_AK_1-Jun-06 0:05 
Question<b>encrypt password to a binary format</b> Pin
mex2331-May-06 23:30
mex2331-May-06 23:30 
AnswerRe: encrypt password to a binary format Pin
LongRange.Shooter1-Jun-06 9:26
LongRange.Shooter1-Jun-06 9:26 
QuestionWriting to/creating a file in remote server Pin
emran83431-May-06 23:06
emran83431-May-06 23:06 
AnswerRe: Writing to/creating a file in remote server Pin
LongRange.Shooter1-Jun-06 9:30
LongRange.Shooter1-Jun-06 9:30 
I'm not clear as to where you code is sitting and where your file needs to be saved. However your URI name is incorrect if you plan to save it to a remote server. You have to make the name: \\server\share\path....\filename to do any kind of save across a network to a server.

If your application is on a server and you are saving the file ON THAT SERVER, then you need to do two things:

1) make certain your folder is created prior to executing your code
2) make certain you have given JUST THAT FOLDER write permissions.

This is from the IIS point of view.

As to PLESK, never heard of it and don't know what you have to do. You may have to get technical support from the lunarpages webmaster instead of us.

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.