Click here to Skip to main content
15,905,877 members
Home / Discussions / C#
   

C#

 
GeneralRe: file search Pin
Calla27-Sep-09 23:56
Calla27-Sep-09 23:56 
GeneralRe: file search Pin
vivasaayi28-Sep-09 4:06
vivasaayi28-Sep-09 4:06 
QuestionHow to create a folder in any drive by C# .Net Command Pin
Rahad Rahman27-Sep-09 17:12
professionalRahad Rahman27-Sep-09 17:12 
AnswerRe: How to create a folder in any drive by C# .Net Command Pin
PIEBALDconsult27-Sep-09 17:17
mvePIEBALDconsult27-Sep-09 17:17 
AnswerRe: How to create a folder in any drive by C# .Net Command Pin
Dave Kreskowiak27-Sep-09 18:09
mveDave Kreskowiak27-Sep-09 18:09 
QuestionHTML-to-XML Library in C# Pin
sheateng27-Sep-09 15:31
sheateng27-Sep-09 15:31 
AnswerRe: HTML-to-XML Library in C# Pin
Not Active27-Sep-09 15:57
mentorNot Active27-Sep-09 15:57 
GeneralRe: HTML-to-XML Library in C# Pin
Christian Graus27-Sep-09 16:04
protectorChristian Graus27-Sep-09 16:04 
GeneralRe: HTML-to-XML Library in C# Pin
Not Active28-Sep-09 1:51
mentorNot Active28-Sep-09 1:51 
Questionnoob question Pin
murktinez27-Sep-09 11:34
murktinez27-Sep-09 11:34 
AnswerRe: noob question Pin
Pete O'Hanlon27-Sep-09 11:40
mvePete O'Hanlon27-Sep-09 11:40 
AnswerRe: noob question Pin
Eddy Vluggen27-Sep-09 12:05
professionalEddy Vluggen27-Sep-09 12:05 
QuestionPreviews in Windows Explorer Pin
Winkles27-Sep-09 10:04
Winkles27-Sep-09 10:04 
AnswerRe: Previews in Windows Explorer Pin
Giorgi Dalakishvili27-Sep-09 10:40
mentorGiorgi Dalakishvili27-Sep-09 10:40 
GeneralRe: Previews in Windows Explorer Pin
Winkles27-Sep-09 14:45
Winkles27-Sep-09 14:45 
QuestionA simple 3D graphic application with C# Pin
Femtofarad27-Sep-09 8:59
Femtofarad27-Sep-09 8:59 
AnswerRe: A simple 3D graphic application with C# Pin
Pete O'Hanlon27-Sep-09 10:43
mvePete O'Hanlon27-Sep-09 10:43 
Questionweb service code Pin
mennipavithra27-Sep-09 8:49
mennipavithra27-Sep-09 8:49 
AnswerRe: web service code Pin
Richard MacCutchan27-Sep-09 9:12
mveRichard MacCutchan27-Sep-09 9:12 
AnswerRe: web service code Pin
dan!sh 27-Sep-09 9:14
professional dan!sh 27-Sep-09 9:14 
AnswerRe: web service code Pin
Abhijit Jana27-Sep-09 9:15
professionalAbhijit Jana27-Sep-09 9:15 
Hi, It seems you have joined codeproject today, so welcome to Code Project.

mennipavithra wrote:
please do reply me at the earliest as this is of utmost urgency to me.
Quote Selected Text

This is Rude. Please read fourm guide line before asking any question. It may important for you, but not for all. So members will reply based on their time.

mennipavithra wrote:
i need a web service code to send email from an external application using asp.net coded in c#.net

Did you ever searched google before asking this question ? Sending mail is one of the common things in .NET and if you know the basic of web service you can implement it.

1. You need to create an web service
2. Create method as SendMail(), which may accept From, To, MessageBody information as argument.
3. Host the Web Service.
4. Consume from Client

For your Reference :
A .NET web service for e-mail[^]

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

Questionusing data Adater to save in acess db, c# Pin
TGiril27-Sep-09 4:00
TGiril27-Sep-09 4:00 
AnswerRe: using data Adater to save in acess db, c# Pin
PIEBALDconsult27-Sep-09 4:35
mvePIEBALDconsult27-Sep-09 4:35 
GeneralRe: using data Adater to save in acess db, c# Pin
TGiril5-Oct-09 2:54
TGiril5-Oct-09 2:54 
GeneralRe: using data Adater to save in acess db, c# Pin
PIEBALDconsult5-Oct-09 4:28
mvePIEBALDconsult5-Oct-09 4:28 

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.