 |
|
 |
Apologies for the shouting but this is important.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers, Chris Maunder
The Code Project Co-founder Microsoft C++ MVP
|
| Sign In·View Thread·PermaLink | 4.58/5 (29 votes) |
|
|
|
 |
|
 |
For those new to message boards please try to follow a few simple rules when posting your question.- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode HTML tags when pasting" checkbox before pasting anything inside the PRE block, and make sure "Ignore HTML tags in this message" check box is unchecked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question in one forum from another, unrelated forum (such as the lounge). It will be deleted.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
cheers, Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
| Sign In·View Thread·PermaLink | 3.72/5 (226 votes) |
|
|
|
 |
|
|
 |
|
 |
mnemonic69 wrote: Does anyone know how I can get involved in the development of an open source project on here?
You mean in Code Project ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Form a group and build your own project. Upload here with a sweet article .. and publish your code in Codeplex or whereever you want.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hello experts!!
Now my mail is successfully send but it not recieved at to address. I dont knw wats the exact problem?
i done all IIS settings as i googled for that.
Is there any security problem at yahoo,gmail...etc?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Check You Will Get Failure Delivery to To address Sometimes..! Then There is security problem..! There Must be From Address related problems also..! BTW Which Credentials You are Using ..! some domain names restrict some address..!
LatestArticle :Log4NetWhy Do Some People Forget To Mark as Answer .If It Helps.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Exactly sir...when i used gmail server then it works well...but for localhost it gives error!!!
Then how to tackle this problem?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
KIDYA wrote: .but for localhost it gives error!!!
You mean you are using localhost as SMTP Server ? Did you read CG's Last Answer ? Does you SMTP Configured Properly ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
KIDYA wrote: Now my mail is successfully send but it not recieved at to address.
1. Make Sure SMTP Configured Properly 2. Make Sure SMTP Port is not blocked by Network FireWall 3. Check SMTP Queue is Empty or Mails are staying over there.
Thanks !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Hello Experts,
I sending mail using smtp server...I am using smtpclient.Host="localhost" and smtpclient.port=25 , But gives authentication error ....Tel me how will i know my smtp server name or any common host and port also...
and also give error -"Property 'To' is ReadOnly." for this line
msg.to = txtTo.Text
Help me!!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Have you worked through some of the many mail samples on the web ? Do you not have an email account ? Do you have an ISP ? Your SMTP details are the same as the details you put into outlook.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi,
We have developed a web application in ASP.NET C#/ MYSQL(5). Everything is working fine but when i browse the certain web page in the two browsers at the same time i get the following type of exceptions:
ObjectDisposedException, cannot open the closed stream, connection closed unexpectedly or some sort of socket exceptions.
Thanks Sonia Shahid
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
If I test it in one browser at a time then I didn't get this problem. If there is database connectivity problem it should also occur when i test it in one browser.
Our project is running smoothly we face this problem only when we browse the same link, at the same time, in two browsers on one computer.
Thanks
Sonia Shahid
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Sonia Shahid wrote: . If there is database connectivity problem it should also occur when i test it in one browser.
No, your problem is that your database code is crap, and therefore when you have two connections at once, it blows up.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
there must be some code that tries to open a stream or file, you can debug even with two different browsers. Try hitting the same link with two different browsers(Mozilla and IE would work greatly) and then try to figure out whats wrong.
Happy debugging!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hard to say why your code is broken without seeing it, but it's obviously poorly written.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
hi all i need a code this software :(viual studaio,web asp .net ,languae c#) i have desing a web page , containing a file uploade component,image component, and a button component. now i want, when select a image wihte file uploade component and press button component ,the image load in the image component. plaes help me.
modified on Saturday, November 7, 2009 5:28 AM
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Wow! great job sounds really cool stuff you did today anyway just kidding, guess 2008 got some new cool stuff 
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
You've asked this several times now, and I see you've deleted all the other times you asked it. what have you done in the time you've been asking this ? How did you benefit from the answers you got before ? What have you tried ? Please tell me you don't have a client who is deluded into thinking that you have the remotest idea about programming, waiting for delivery while you post this absolutely trivial question over and over, and just ignore the answers. If you're not smart enough to understand our answers, asking again won't change the fact that you're plainly not capable of doing this task. If you're trying to learn, then buy a damn book and work through it, until you can ask real questions here ( which typically include phrases like 'here is my code' and 'this is the line that doesn't work as I expected' ).
I've reproduced your question so when you deleted it again, people can see what I was talking about, and why I was frustrated with how utterly clueless you are.
bahar.ghara wrote: hi all i need a code this software :(viual studaio 2008,web asp .net ,languae c#) i have desing a web page , containing a file uploade component,image component, and a button component. now i want, when select a image wihte file uploade component and press button component ,the image load in the image component. plaes help me.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |