Posts

Showing posts from January, 2013

Quantum Internet Benefits

Image
  The quantum internet is a network of quantum computers that are connected together using quantum communication. It has the potential to revolutionize many industries, including: Secure communications: The quantum internet would be inherently secure, as it would be impossible to eavesdrop on quantum communications without being detected. This could be used for applications such as secure financial transactions, government communications, and military applications. Quantum computing: The quantum internet would allow quantum computers to be connected together, which would allow them to solve problems that are currently impossible for classical computers. This could be used for applications such as drug discovery, financial modeling, artificial intelligence, and materials science. Quantum sensors: The quantum internet could be used to connect quantum sensors together, which would allow them to create a global network of sensors that could be used to monitor the environment, detect earthq

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

Image

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

Image
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 : <connectionstrings> <add name="connection" connectionString="Data Source=localhost\sqlexpress;Initial Catalog=AdventureWorks;Integrated Security=true;" providerName="System.Data.SqlClient"/> </connectionStrings> 2.Design View's Source code in Default.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 T

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

Image
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                                                                                               3. Output  

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

Image
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)

Image

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

Image

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

Image