Click here to Skip to main content
15,905,785 members
Home / Discussions / C#
   

C#

 
AnswerRe: ASP Pin
Guffa18-Aug-08 2:31
Guffa18-Aug-08 2:31 
Questionsend fax from server side Pin
sSupergirl18-Aug-08 1:32
sSupergirl18-Aug-08 1:32 
AnswerRe: send fax from server side Pin
Christian Graus18-Aug-08 1:56
protectorChristian Graus18-Aug-08 1:56 
JokeRe: send fax from server side Pin
Manas Bhardwaj18-Aug-08 2:28
professionalManas Bhardwaj18-Aug-08 2:28 
GeneralRe: send fax from server side Pin
sSupergirl18-Aug-08 3:58
sSupergirl18-Aug-08 3:58 
QuestionStatic method in a class with a protected contructor confusion Pin
Brendan Vogt18-Aug-08 0:32
Brendan Vogt18-Aug-08 0:32 
AnswerRe: Static method in a class with a protected contructor confusion Pin
User 665818-Aug-08 0:35
User 665818-Aug-08 0:35 
AnswerRe: Static method in a class with a protected contructor confusion Pin
bhadeliaimran18-Aug-08 0:49
bhadeliaimran18-Aug-08 0:49 
AnswerRe: Static method in a class with a protected contructor confusion Pin
Guffa18-Aug-08 2:54
Guffa18-Aug-08 2:54 
GeneralRe: Static method in a class with a protected contructor confusion Pin
Brendan Vogt18-Aug-08 20:26
Brendan Vogt18-Aug-08 20:26 
QuestionBrowse DataReader results in DataGridView Pin
AndrusM18-Aug-08 0:24
AndrusM18-Aug-08 0:24 
AnswerRe: Browse DataReader results in DataGridView Pin
bhadeliaimran18-Aug-08 1:01
bhadeliaimran18-Aug-08 1:01 
GeneralRe: Browse DataReader results in DataGridView Pin
AndrusM18-Aug-08 1:14
AndrusM18-Aug-08 1:14 
QuestionHttpWebRequest Pin
Aleemulhaq17-Aug-08 23:14
Aleemulhaq17-Aug-08 23:14 
GeneralRe: HttpWebRequest Pin
Pete O'Hanlon17-Aug-08 23:28
mvePete O'Hanlon17-Aug-08 23:28 
QuestionImpersonation with IPCChannel Pin
alex120517-Aug-08 22:53
alex120517-Aug-08 22:53 
AnswerRe: Impersonation with IPCChannel Pin
leppie18-Aug-08 2:08
leppie18-Aug-08 2:08 
GeneralRe: Impersonation with IPCChannel Pin
alex120518-Aug-08 15:52
alex120518-Aug-08 15:52 
QuestionHow to solve the Guid.NewGuid() problem Pin
Exelioindia17-Aug-08 22:49
Exelioindia17-Aug-08 22:49 
AnswerRe: How to solve the Guid.NewGuid() problem Pin
N a v a n e e t h17-Aug-08 23:08
N a v a n e e t h17-Aug-08 23:08 
GeneralRe: How to solve the Guid.NewGuid() problem Pin
Exelioindia17-Aug-08 23:10
Exelioindia17-Aug-08 23:10 
AnswerRe: How to solve the Guid.NewGuid() problem Pin
Pete O'Hanlon17-Aug-08 23:26
mvePete O'Hanlon17-Aug-08 23:26 
Exelioindia wrote:
I dnt knw why he used Guid.NewGuid(), can any one please tell me what is the use and advantage of Guid.NewGuid()


This is a common design to get round name collision issues. Basically, you can have two files called Document1.doc from different users - you can only store one of these in a directory, so you need to generate a unique name and associate this with the document. In other words, you rename the file from Document1.doc to your guid named file and you have a mapping in the database that shows the original filename and the new filename.

Deja View - the feeling that you've seen this post before.

My blog | My articles



Questionpublished folder does not contain any files Pin
dsaikrishna17-Aug-08 22:48
dsaikrishna17-Aug-08 22:48 
AnswerRe: published folder does not contain any files Pin
AhsanS17-Aug-08 23:24
AhsanS17-Aug-08 23:24 
QuestionWhat happend Pin
Pedram Behroozi17-Aug-08 22:10
Pedram Behroozi17-Aug-08 22:10 

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.