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

ASP.NET

 
AnswerRe: Asp.net TimeOut Pin
Reza Raad13-Jan-09 2:59
Reza Raad13-Jan-09 2:59 
GeneralRe: Asp.net TimeOut Pin
Maria sagayaraj13-Jan-09 7:16
Maria sagayaraj13-Jan-09 7:16 
AnswerRe: Asp.net TimeOut Pin
Rutvik Dave13-Jan-09 5:19
professionalRutvik Dave13-Jan-09 5:19 
Question[Message Deleted] Pin
Muruvet Kaplan13-Jan-09 2:38
Muruvet Kaplan13-Jan-09 2:38 
AnswerRe: System.InvalidOperationException in .net webservice Pin
N a v a n e e t h13-Jan-09 2:40
N a v a n e e t h13-Jan-09 2:40 
AnswerRe: System.InvalidOperationException in .net webservice Pin
SeMartens13-Jan-09 2:43
SeMartens13-Jan-09 2:43 
GeneralRe: System.InvalidOperationException in .net webservice Pin
Muruvet Kaplan13-Jan-09 2:56
Muruvet Kaplan13-Jan-09 2:56 
GeneralRe: System.InvalidOperationException in .net webservice Pin
SeMartens13-Jan-09 3:12
SeMartens13-Jan-09 3:12 
If you need infos about the file from the server, you have to create your own FileInfo-class containing the properties you need.

<br />
public class MyFileInfoClass {<br />
<br />
   public Name { get; set; }<br />
   public FullName {get; set; }<br />
<br />
}<br />


Just create this object before you return the result of your method and fill the properties using the FileInfo on your server.

Btw. if you want to read the content of the file you have to transfer the file and not the FileInfo.

Regards
Sebastian

It's not a bug, it's a feature!

Me in Softwareland.

AnswerRe: System.InvalidOperationException in .net webservice Pin
Muruvet Kaplan13-Jan-09 4:11
Muruvet Kaplan13-Jan-09 4:11 
GeneralRe: System.InvalidOperationException in .net webservice Pin
SeMartens13-Jan-09 4:25
SeMartens13-Jan-09 4:25 
Questionrich text editor in asp.net 2.0 Pin
bhavna432113-Jan-09 2:27
bhavna432113-Jan-09 2:27 
AnswerRe: rich text editor in asp.net 2.0 Pin
N a v a n e e t h13-Jan-09 2:38
N a v a n e e t h13-Jan-09 2:38 
AnswerRe: rich text editor in asp.net 2.0 Pin
Abhijit Jana13-Jan-09 2:38
professionalAbhijit Jana13-Jan-09 2:38 
QuestionAn exception thrown while accessing local file Pin
Patild0513-Jan-09 2:07
Patild0513-Jan-09 2:07 
AnswerRe: An exception thrown while accessing local file Pin
SeMartens13-Jan-09 2:19
SeMartens13-Jan-09 2:19 
GeneralRe: An exception thrown while accessing local file Pin
Patild0513-Jan-09 2:26
Patild0513-Jan-09 2:26 
GeneralRe: An exception thrown while accessing local file Pin
SeMartens13-Jan-09 2:37
SeMartens13-Jan-09 2:37 
QuestionVisualStudio 2005 Is it possible to split Gridview column into multiple columns. Pin
JimTheLastMan13-Jan-09 1:29
JimTheLastMan13-Jan-09 1:29 
AnswerRe: VisualStudio 2005 Is it possible to split Gridview column into multiple columns. Pin
Abhijit Jana13-Jan-09 1:59
professionalAbhijit Jana13-Jan-09 1:59 
AnswerRe: VisualStudio 2005 Is it possible to split Gridview column into multiple columns. Pin
goodideadave13-Jan-09 13:29
goodideadave13-Jan-09 13:29 
GeneralRe: VisualStudio 2005 Is it possible to split Gridview column into multiple columns. Pin
JimTheLastMan19-Jan-09 0:50
JimTheLastMan19-Jan-09 0:50 
QuestionExport to word doc or rtf with background image Pin
samerh13-Jan-09 1:17
samerh13-Jan-09 1:17 
QuestionHow to get Multiple Phone no from activedirectory? Pin
Piyush Vardhan Singh13-Jan-09 1:13
Piyush Vardhan Singh13-Jan-09 1:13 
QuestionASP control hiding problem and DetailsView Paging Pin
sana1713-Jan-09 1:01
sana1713-Jan-09 1:01 
AnswerRe: ASP control hiding problem and DetailsView Paging Pin
Rutvik Dave13-Jan-09 4:32
professionalRutvik Dave13-Jan-09 4:32 

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.