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

ASP.NET

 
GeneralRe: placeholder does not recognize line break code Pin
imranafsari27-Aug-07 23:46
imranafsari27-Aug-07 23:46 
GeneralRe: placeholder does not recognize line break code Pin
Fred_Smith27-Aug-07 23:52
Fred_Smith27-Aug-07 23:52 
GeneralRe: placeholder does not recognize line break code Pin
imranafsari27-Aug-07 23:59
imranafsari27-Aug-07 23:59 
GeneralRe: placeholder does not recognize line break code Pin
Fred_Smith28-Aug-07 0:05
Fred_Smith28-Aug-07 0:05 
GeneralRe: placeholder does not recognize line break code Pin
imranafsari28-Aug-07 0:32
imranafsari28-Aug-07 0:32 
GeneralRe: placeholder does not recognize line break code Pin
Fred_Smith28-Aug-07 0:41
Fred_Smith28-Aug-07 0:41 
GeneralRe: placeholder does not recognize line break code Pin
imranafsari28-Aug-07 1:05
imranafsari28-Aug-07 1:05 
QuestionASP.Net FAX ? Pin
sanjay_tutu27-Aug-07 23:05
sanjay_tutu27-Aug-07 23:05 
My prime objective is to create one asp.net application to send fax. For which i have written the following code , and added the reference of required DLL called (fsxcomex.dll). But still i am not being able to rectify the following errors.

FAXCOMEXLib.FaxServer not defined.

FAXCOMEXLib.FaxDocument not defined .

so alternatively i tried to create Activex object for it . But it didn't work.

Here is my Complete Code : Seeking immediate respone . Thanx in advance.

Dim faxServer As Object
faxServer = CreateObject("FAXCOMEXLib.FaxServer")
Dim faxDoc As Object
faxDoc = CreateObject("FAXCOMEXLib.FaxDocument")
' Dim faxServer As FAXCOMLib.FaxServer = New FAXCOMLib.FaxServerClass
faxServer.Connect(Environment.MachineName)
' Dim faxDoc As FAXCOMLib.FaxDoc = CType(faxServer.CreateDocument(path), FAXCOMLib.FaxDoc)
faxDoc.RecipientName = RecipientName
faxDoc.FaxNumber = FaxNumber
faxDoc.DisplayName = DocumentName
faxDoc.SenderName = "SenderName "
faxDoc.SenderCompany = "SenderCompany "
Dim Response As Integer = faxDoc.Send
faxServer.Disconnect()



sanjay kumar samantaray

AnswerRe: ASP.Net FAX ? Pin
Christian Graus28-Aug-07 1:47
protectorChristian Graus28-Aug-07 1:47 
QuestionWebservice Object Serialization Pin
matthias s.27-Aug-07 22:56
matthias s.27-Aug-07 22:56 
QuestionSend and receive SMS in asp.net using web services Pin
cb mehta27-Aug-07 22:40
cb mehta27-Aug-07 22:40 
AnswerRe: Send and receive SMS in asp.net using web services Pin
Vasudevan Deepak Kumar27-Aug-07 23:01
Vasudevan Deepak Kumar27-Aug-07 23:01 
QuestionLive Update of Events from Server Pin
vbss7527-Aug-07 22:13
vbss7527-Aug-07 22:13 
Questionwebconfig doubt Pin
saravanan0527-Aug-07 21:59
saravanan0527-Aug-07 21:59 
AnswerRe: webconfig doubt Pin
satyaki mishra28-Aug-07 0:16
satyaki mishra28-Aug-07 0:16 
Questiondocument template edit Pin
mmm!@#27-Aug-07 21:58
mmm!@#27-Aug-07 21:58 
Questionclose button Pin
Sonia Gupta27-Aug-07 21:56
Sonia Gupta27-Aug-07 21:56 
AnswerRe: close button Pin
Amit.Amit.Amit...27-Aug-07 22:24
Amit.Amit.Amit...27-Aug-07 22:24 
AnswerRe: close button Pin
vidyasankar27-Aug-07 23:05
vidyasankar27-Aug-07 23:05 
QuestionError: The given path's format is not supported. Pin
pavya_Cool27-Aug-07 21:38
pavya_Cool27-Aug-07 21:38 
AnswerRe: Error: The given path's format is not supported. Pin
Vasudevan Deepak Kumar27-Aug-07 22:52
Vasudevan Deepak Kumar27-Aug-07 22:52 
QuestionHighlight selected item in a listbox Pin
manowj27-Aug-07 21:13
manowj27-Aug-07 21:13 
AnswerRe: Highlight selected item in a listbox Pin
RajeevKumarSharma27-Aug-07 21:19
RajeevKumarSharma27-Aug-07 21:19 
Questionproblem related to mail send Pin
RajeevKumarSharma27-Aug-07 21:11
RajeevKumarSharma27-Aug-07 21:11 
AnswerRe: problem related to mail send Pin
Vasudevan Deepak Kumar27-Aug-07 23:03
Vasudevan Deepak Kumar27-Aug-07 23:03 

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.