Skip to main content

Posts

Demo Video 1 : My Innovation Two Dimensional A.P Arithematic Progression

Finding How many same values in the Nth order Power of Number's Series

How to Hide Gridview and Show the selected gridview row details in Form View using ASP.NET C#

In this post I'm going to post details about how to hide full Gridview by selecting individual gridview row and show that gridview row details in Formview; In this example, I'm using AdventureWorks Database and datebase table name HumanResources.Employee Click here to Download AdventureWorks Database   Here I'll post the code and snapshot details  1. Design View Add connection string code in web.config as below : 2.Design View's Source code in Default.aspx Untitled Page " SelectCommand="SELECT * FROM HumanResources.Department WHERE DepartmentID=@DepartmentID"> ...

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)