Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12951 - 12980 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12951
Hi Guys, Our favourite namespace has defeated me!! I can't get this darn thing to work for love nor money. I'm trying to send an e-mail from .NET. Our exchange...
Ian Moores
racer_rudi_2003
Offline Send Email
Nov 1, 2005
10:03 am
12952
Ian, Sounds like your SMTP need auth. Check out this article on Codeproject http://www.codeproject.com/dotnet/SystemWeb_Mail_SMTP_AUTH.asp HTH KK ... thing to ...
thekrankykoder
Offline Send Email
Nov 1, 2005
11:34 am
12953
Ian: That sounds to me like your smtpserver needs authentication to send the mail, I'm not sure check this, may be it can help ...
Fernando Salas
fsalastaxo
Offline Send Email
Nov 1, 2005
12:02 pm
12954
Hi, You need to just remove one space. Try it... SmtpMail.SmtpServer = "129.2.22.222"; <- There was a space here. MailMessage oMessage = new MailMessage(); ...
informerx4u
Offline Send Email
Nov 1, 2005
1:30 pm
12955
If only it were that simple !! lol That was just a typo as i changed all the real addresses etc!! I think it is to do with relaying, but for some reason is not...
Ian Moores
racer_rudi_2003
Offline Send Email
Nov 1, 2005
1:40 pm
12956
Sometimes, the easiest way to figure out what is going on with this problem, is to try and telnet to your exchange server and send a mail. That usually gives...
Paul Richardson
shaggy_2001_wa
Offline Send Email
Nov 1, 2005
3:14 pm
12957
Are you using the CDO.Message to send out emails? ... V L Narasimha Rao ... __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 ...
LakshmiNarasimha Visw...
narasimha_vl
Online Now Send Email
Nov 1, 2005
3:23 pm
12958
Hi all, I'm new to this group and [relatively] new to C# so forgive me if any of this is trivial (or if this post doesn't belong in this group). What I'm...
Tim
hyperspeed_2001
Offline Send Email
Nov 1, 2005
7:17 pm
12959
That error is probably because you have the database opened from access also, close access, run the app, and see if the error goes away Fer ... From: "Tim"...
Fernando Salas
fsalastaxo
Offline Send Email
Nov 2, 2005
1:21 am
12960
Another thing you might want to try is removing "Provider= Microsoft.Jet.OLEDB.4.0;" from the connection string. I'm not at a computer where I can test this...
Sam Acheson
samacheson
Offline Send Email
Nov 2, 2005
2:10 am
12961
Thanks Sam and Fernando - Sam, I tried your suggestion and an exception yelled at me saying there was no Provider specified, so we can rule that out. Fer, I am...
Tim
hyperspeed_2001
Offline Send Email
Nov 2, 2005
2:29 pm
12962
Tim, I know this is an architecture suggestion that might be impossible right now, but you might consider looking at MySQL in the future as your database ...
John Johnson II
johnsonjii
Offline Send Email
Nov 2, 2005
3:15 pm
12963
I believe this is the error you get when you do not have rights to the DB. Although you are providing a user id and password, the "IUSR_xxxx" account of the...
Paul Richardson
shaggy_2001_wa
Offline Send Email
Nov 2, 2005
3:21 pm
12964
Wow, thanks a lot for all the insight on this interesting concept. I can see where this would be quite valuable in some situations. I realize it is important...
Jasmine
polly_peptide
Offline Send Email
Nov 2, 2005
5:46 pm
12965
Hi I have a check box in a datagrid in asp.net app, there is no event tied to that datagrid or the checkbox at all. There is no AutoPostBack either. So can...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Nov 2, 2005
7:11 pm
12966
Hi, I am getting the exception while trying to create a new user in ActiveDirectory 2000. The Exception is thrown while trying to set password. The code looks...
Krishnan
s_navaneetha...
Offline Send Email
Nov 3, 2005
9:11 am
12967
Hi, I am getting the exception while trying to create a new user in ActiveDirectory 2000. The Exception is thrown while trying to set password. The code looks...
Krishnan
s_navaneetha...
Offline Send Email
Nov 3, 2005
9:18 am
12968
Try to obtain the inner exception to know what is te exact excepcion that is being thrown, otherwise it will very difficult to debug Fer ... From: "Krishnan"...
Fernando Salas
fsalastaxo
Offline Send Email
Nov 3, 2005
10:02 am
12969 johnsmith2797480@...
samsoftwareltd
Offline Send Email
Nov 3, 2005
1:13 pm
12970 johnsmith2797480@...
samsoftwareltd
Offline Send Email
Nov 3, 2005
1:13 pm
12971
Hi I don't knw why the .Checked value of a check box in an asp.net datagrid, is always false even when the check box is ticked... Please advise... [Non-text...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Nov 3, 2005
1:55 pm
12972
In a message dated 03/11/2005 13:57:29 GMT Standard Time, ... Further more, the value on the server side of the check box, is always the initial load value of...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Nov 3, 2005
2:48 pm
12973
Yet again. dagda1@......
Paul Cowan
dagda1970
Offline Send Email
Nov 3, 2005
3:05 pm
12974
This is the tutorial I am working on...http://www.developerfusion.co.uk/show/4632/2/ But the server side can not see what the user has done on the tick boxes!...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Nov 3, 2005
5:38 pm
12975
Hello All, u can use process start method to open my computer as follows: System.Diagnostics.Process.Start("explorer.exe"," "); with space in the second...
Hesham Amer
heshamkamer
Offline Send Email
Nov 3, 2005
8:13 pm
12976
Take a look at the bottom of http://www.colba.net/~hlebo49/explorer.htm It lists the command line switches for explorer. Only took one try with Google. ... -- ...
David Lanouette
davidlanouette
Online Now Send Email
Nov 3, 2005
10:25 pm
12977
Hi, I found the posting in the link below. ...
Krishnan
s_navaneetha...
Offline Send Email
Nov 4, 2005
10:14 am
12978
Hi, sorry to keep on this thread, but I am really going in a loop and no solution yet.. In a message dated 03/11/2005 14:14:48 GMT Standard Time,...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Nov 4, 2005
12:14 pm
12979
John: I think you are mixing client code with server code, you assign a javascript handler to onclick I thinlk this prevents the server postback when the...
Fernando Salas
fsalastaxo
Offline Send Email
Nov 4, 2005
12:54 pm
12980
Hi Krishnan, 1. When you connect to Active directory on 389 port it works in read only mode and when you connect to AD on 636 i.e SSL then it works as R/w ...
PARAG KULKARNI
pskulkarnich
Offline Send Email
Nov 4, 2005
2:43 pm
Messages 12951 - 12980 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help