Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
GeneralRe: reading xml files with c#.Net Pin
fady_sayegh13-Jun-06 4:43
fady_sayegh13-Jun-06 4:43 
QuestionNDoc-C# Documentation Pin
MozhdehQeraati13-Jun-06 2:29
MozhdehQeraati13-Jun-06 2:29 
AnswerRe: NDoc-C# Documentation Pin
Dustin Metzgar13-Jun-06 3:13
Dustin Metzgar13-Jun-06 3:13 
GeneralRe: NDoc-C# Documentation Pin
MozhdehQeraati13-Jun-06 21:25
MozhdehQeraati13-Jun-06 21:25 
GeneralRe: NDoc-C# Documentation Pin
Dustin Metzgar14-Jun-06 1:38
Dustin Metzgar14-Jun-06 1:38 
QuestionHelpButton click event Pin
haimh13-Jun-06 2:15
haimh13-Jun-06 2:15 
QuestionCalling Oracle 9i procedures using the enterprise library Pin
Mohamed El Gohary13-Jun-06 1:58
Mohamed El Gohary13-Jun-06 1:58 
Question------ RE:Send Mail Without Using SMTP Server ---- Pin
Sushant Duggal13-Jun-06 1:50
Sushant Duggal13-Jun-06 1:50 
Hi,
Thanks for your reply.
I am doing this using TCPClient

<br />
<br />
                client = new TcpClient(smtpServer, smtpPort);<br />
		NetworkStream ns = client.GetStream();<br />
		StreamReader stdIn = new StreamReader(ns);<br />
		StreamWriter stdOut = new StreamWriter(ns);<br />
<br />


here the problem is my machine throughs an error that destination machine rejected the connection., and then i checked my machine and found that my machine's port 25 is not responding ... can you tell me the possible reason.
There is no firewall, SMTP Server is running,IIS is running,I have checked the norton settings, everything is fine.. i dont know you the port 25 is not responding
Please ehelp
Thanks

Sushant Duggal.
QuestionAdd UserControl to HelpProvider Pin
haimh13-Jun-06 1:38
haimh13-Jun-06 1:38 
QuestioncomboBox items values Pin
andrei_dalcu13-Jun-06 1:38
andrei_dalcu13-Jun-06 1:38 
AnswerRe: comboBox items values [modified] Pin
SeMartens13-Jun-06 1:53
SeMartens13-Jun-06 1:53 
GeneralRe: comboBox items values Pin
andrei_dalcu13-Jun-06 2:02
andrei_dalcu13-Jun-06 2:02 
QuestionTextboxes Pin
Rmokkenstorm13-Jun-06 0:38
Rmokkenstorm13-Jun-06 0:38 
QuestionRichTextbox Text color Pin
alwz_nikhil13-Jun-06 0:34
alwz_nikhil13-Jun-06 0:34 
AnswerRe: RichTextbox Text color Pin
stancrm13-Jun-06 0:53
stancrm13-Jun-06 0:53 
QuestionTimer display Pin
ybasha12-Jun-06 23:41
ybasha12-Jun-06 23:41 
QuestionList all web methods in a .asmx file Pin
compdesign12-Jun-06 23:27
compdesign12-Jun-06 23:27 
AnswerRe: List all web methods in a .asmx file Pin
Dustin Metzgar13-Jun-06 3:52
Dustin Metzgar13-Jun-06 3:52 
GeneralRe: List all web methods in a .asmx file Pin
compdesign14-Jun-06 1:03
compdesign14-Jun-06 1:03 
GeneralRe: List all web methods in a .asmx file Pin
Dustin Metzgar14-Jun-06 3:15
Dustin Metzgar14-Jun-06 3:15 
GeneralRe: List all web methods in a .asmx file [modified] Pin
compdesign14-Jun-06 19:53
compdesign14-Jun-06 19:53 
GeneralRe: List all web methods in a .asmx file Pin
Dustin Metzgar15-Jun-06 3:53
Dustin Metzgar15-Jun-06 3:53 
Questiongetting DialogResults from non modal Dialog Pin
PaulaM12-Jun-06 23:04
PaulaM12-Jun-06 23:04 
AnswerRe: getting DialogResults from non modal Dialog Pin
SeMartens12-Jun-06 23:18
SeMartens12-Jun-06 23:18 
AnswerRe: getting DialogResults from non modal Dialog Pin
rah_sin12-Jun-06 23:21
professionalrah_sin12-Jun-06 23:21 

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.