Skip to main content

Posts

How to Send Email (Gmail) using ASP.NET C# SmtpClient?

In this article I'll explain you how to send Email using ASP.NET application; Here I'm using SmptClient Class; So You must enable SMPT in your email settings; In this example I'm using Gmail server's SMPT, so you must enable SMPT in your gmail settings page. It is must for From Email Address and you can send To other mail clients. In the below snapshots I'm showing   How to send Email using ASP.NET C# SmptClient (Gmail) . Here I'm using gworldos2013@gmail.com  in From Address and I've already enabled SMPT in Gmail's setting page and then, in To Address I used to send more than one Email ID other mail client also include (example yahoo mail). 1. Design Page 2. Code Behind                                          ...

How to Retrieve Data from database and view datas in label or textbox using ASP.NET and SQL

Here I'll show you how to get data from Database and that Database can be fetched as Label text or textbox text;   1. Design View    2. Source View 3. Code Behind ; Here I've using Student database 4. Output After Debugging Before giving Input data; 5. Student Database 6. Output 

Finding or Searching Number formula in: " N (or) Multidimensional in G.P series " included 2 and 3 dimensional formula also (Tamil and English Version)

Finding or Searching Number formula in: " N (or) Multidimensional in A.P series " included 2 and 3 dimensional formula also (Tamil and English Version)

Generalized Starting Number Formula for: "Odd/ Even type Multidimensional Hyper Magic Cubes" in Tamil Language

Generalized Starting Number formula for: " 3 Dimensional Magic CUBE for odd/even typed patterns" by my Tamil Language

Algorithms 101 Videos