Sunday, 31 August 2014

How to make your laptop hotspot?

How To Make your laptop hotspot ?   Greetings !!! Hello my dear friends again i come back with new article that is how to make your laptop or computer make hotspot.I find a big problem with me and my friends as you know that more learn is make you smart.Every buddy have laptop and computer with good internet speed.If u want to share your network mean internet with your friend now u can do it  follow by some simple steps.If you don't have broadband internet connection that mean you connect your laptop with your mobile internet and you want to share with your friends then you can do .For this you have to make your computer or laptop...

Sunday, 29 June 2014

How to Make Bootable Pandrive ??

How To Make Pandrive Bootable ? Hello My Dear friends ! again i come back with new topic .Today i have faced with new problem  that how to install window into computer or laptop without using of CD Drive so today i have found new trick that is how to install window using pandrive.There is two method to install window using pendrive first using command and second one using any software.There are many tools to make pandrive bootable. But most of software does not work properly.Today i am going to install window using ultra ISO .You can download full version  Ultra ISO from this blog. So let us...

Monday, 1 April 2013

SqlConnection in Ado.Net

hello friends !! Today I am just going to explain about SqlConnection in a ado.net which is as given below : SqlConnection !! Sqlconnection:  Sqlconnection is an object used to make connection with database. We make instance of sqlconnection which is take connection string as argument and pass the value to the constructor statement. There are two type of connection we make which is as given below : Open(); Close(); Open();: The Open(); method we used for open the database connection. Close();The Close(); method we used for Close the database connection. Syntax: SqlConnection con = new SqlConnection ("data source=.; initial...

Steps to make data connectivity with Sql in asp.net

Hello Friends !! Today  I am just going to explain steps to make data connectivity  with SQL Server which all are as given  below one by one .. Steps To Make Data Connectivity With SQL !! There are five steps to make data connectivity which are explained as given below one by one: Create a connection object. Create Command object. Open the connection object. Execute the Sql statement in the command object. Close the connection object. Create a Connection Object: This is the first step to make database connectivity we with the Sql Server. I just explained in briefly on my previous post.if you want to know more about...

SqlDataReader in ado.net

Hello Friends !! Today I am just going to explain about SqlDataReader which as given below : SqlDataReader SqlDataReader SqlDataReader is the class of connected architecture in .NET framework. DataReader is Connected Architecture since it keeps the connection open until all rows are fetched one by one. The SqlDataReader is used to read a row of record at a time which is got using SqlCommand if we want to read the next row then we cannot return back to the previous row for that we have to   use the ExecuteReader method of the SqlCommand class. SqlDataReader   is a stream-based,, read-only retrieval of query results from the...

SqlCommand in ado.net

Hello Friends !! Today I am just going to explain the concept of the SqlCommand in Ado.Net which as given below: SqlCommand !! SqlCommand: The Main task of the SqlCommand is to execute the statement. We use sqlcommand mostly in connected mode. The Command Object required an instance of a Connection Object for executing the SQL statements You can also call stored procedures with the command object. The code window  screen and syntax for creating SqlCommand as given below: Syntax: SqlCommand cmd =new SqlCommand (“Sql Command”, connection); Source Code: using System.Windows.Forms; using System.Data.SqlClient; namespace WindowsFormsApplication3 {  ...

Page 1 of 17123Next

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites