Click here to Skip to main content
15,889,595 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Need A Help Of Nested Grid View Pin
Eddy Vluggen3-Jun-11 3:16
professionalEddy Vluggen3-Jun-11 3:16 
AnswerRe: Need A Help Of Nested Grid View [modified] Pin
shankysharma863-Jun-11 4:37
shankysharma863-Jun-11 4:37 
GeneralRe: Need A Help Of Nested Grid View Pin
Pete O'Hanlon3-Jun-11 7:51
mvePete O'Hanlon3-Jun-11 7:51 
AnswerRe: Need A Help Of Nested Grid View Pin
Prasanta_Prince9-Jun-11 0:51
Prasanta_Prince9-Jun-11 0:51 
AnswerRe: Need A Help Of Nested Grid View Pin
robertalis20-Jul-11 21:47
robertalis20-Jul-11 21:47 
GeneralMessage Removed Pin
3-Jun-11 2:06
meetnneel3-Jun-11 2:06 
AnswerRe: Bind Sub Grid Pin
Eddy Vluggen3-Jun-11 2:21
professionalEddy Vluggen3-Jun-11 2:21 
QuestionNot able to save the file of HttpPostedfile from test method Pin
vnr3-Jun-11 1:34
vnr3-Jun-11 1:34 
Hi,

I am working on an MVC application which is written in c#.
I am not able to save the httpposted file to my local folder while running the test case.But the same I am able to run from my controller and its working fine.Pelase find the code below.

string savePath ="c:/test.xlsx";
HttpPostedFileBase uploadedFile = files[0] as HttpPostedFileBase;
uploadedFile.SaveAs(savePath); //not saving the file to the path
can anyone pls help me on this.
Thanks in advance.
AnswerRe: Not able to save the file of HttpPostedfile from test method Pin
MicroVirus3-Jun-11 1:48
MicroVirus3-Jun-11 1:48 
Question.NET development using Apple Computer Pin
RobCroll28-May-11 14:04
RobCroll28-May-11 14:04 
AnswerRe: .NET development using Apple Computer Pin
Dave Kreskowiak28-May-11 18:21
mveDave Kreskowiak28-May-11 18:21 
AnswerRe: .NET development using Apple Computer Pin
Not Active29-May-11 2:57
mentorNot Active29-May-11 2:57 
Question.NET app can't connect to remote NamedPipe when executed by SQL Pin
TrustTheMath27-May-11 8:22
TrustTheMath27-May-11 8:22 
AnswerRe: .NET app can't connect to remote NamedPipe when executed by SQL Pin
jschell27-May-11 8:43
jschell27-May-11 8:43 
GeneralRe: .NET app can't connect to remote NamedPipe when executed by SQL Pin
TrustTheMath27-May-11 9:56
TrustTheMath27-May-11 9:56 
GeneralRe: .NET app can't connect to remote NamedPipe when executed by SQL Pin
jschell27-May-11 14:04
jschell27-May-11 14:04 
Questionchange datagridrow color after add it Pin
Defender-NF25-May-11 5:46
Defender-NF25-May-11 5:46 
AnswerRe: change datagridrow color after add it Pin
Not Active25-May-11 6:24
mentorNot Active25-May-11 6:24 
AnswerRe: change datagridrow color after add it Pin
Pete O'Hanlon25-May-11 7:02
mvePete O'Hanlon25-May-11 7:02 
GeneralRe: change datagridrow color after add it Pin
Defender-NF25-May-11 8:26
Defender-NF25-May-11 8:26 
GeneralRe: change datagridrow color after add it Pin
Pete O'Hanlon25-May-11 8:44
mvePete O'Hanlon25-May-11 8:44 
GeneralRe: change datagridrow color after add it Pin
Defender-NF25-May-11 8:48
Defender-NF25-May-11 8:48 
GeneralRe: change datagridrow color after add it Pin
Pete O'Hanlon25-May-11 9:25
mvePete O'Hanlon25-May-11 9:25 
GeneralRe: change datagridrow color after add it Pin
Defender-NF25-May-11 11:17
Defender-NF25-May-11 11:17 
GeneralRe: change datagridrow color after add it Pin
Defender-NF25-May-11 22:47
Defender-NF25-May-11 22:47 

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.