Immortal Coder
Coding Tips, Code Samples, Bug Fixes, Articles & More
Pages
(Move to ...)
Home
▼
Sunday, December 2, 2012
What are all the JavaScript events
›
What is event? In a simple word, Events are user actions. For example when a user click a button in a webpage that should trigger some...
Thursday, November 29, 2012
How to send smtp mail with attachment using CSharp ( c#)
›
In this post we going to see how to add a attachment in SMTP mail using CSharp code. A simple csharp code is shown below public void Send...
How to send mail using CSharp ( c# ) code
›
In this post we going to see how to send a SMTP mail using CSharp code. A simple csharp code is shown below public void SendMail() { ...
‹
Home
View web version