16,020,111 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Visual Basic questions
View Javascript questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by kodeLogic (Top 12 by date)
kodeLogic
5-Jun-12 8:41am
View
make sure text.txt exist in the drive D
kodeLogic
5-Jun-12 8:31am
View
Attachment at = new Attachment("D:\\Text");
My be the problem is that, there is no extension with the file you are attaching.
e.g text.txt
kodeLogic
5-Jun-12 5:44am
View
Do you want to add the values in string[] into a StringBuilder ??
kodeLogic
4-Jun-12 7:53am
View
Thank you, i've corrected it.
kodeLogic
4-Jun-12 7:50am
View
Are you sure a proper deployement has been done ?
kodeLogic
4-Jun-12 7:43am
View
Try google.com
Regards,
T
kodeLogic
4-Jun-12 7:00am
View
May date month or year are in the wrong position..
kodeLogic
4-Jun-12 6:56am
View
Try this http://www.codeproject.com/Articles/8307/Simple-Chat-Application-in-ASP-NET and this http://www.junnark.com/Blog/Detail/2
kodeLogic
4-Jun-12 6:50am
View
Hi Just put <%# Eval("image ") %> and concate it with a path.. Why are u using a handler ? you have the same query in your code behind.
kodeLogic
4-Jun-12 3:46am
View
Needs to check if the month is a one digit (str.substring(1,2)) or two digits (str.substring(2,2)).
kodeLogic
4-Jun-12 3:42am
View
Try this http://www.codeproject.com/Articles/3166/Using-POP3-with-C-to-download-and-parse-your-mail
kodeLogic
4-Jun-12 3:33am
View
Hi just create a new class with properties that you need.
Show More