Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how can i call output parameters from ado.net

Answer Posted / krishnarao

i have to write a one example

sqlconnection con=new sqlconnection(" u can write
Connection string here);
sqlcommand cmd=new sqlcommand();
cmd.ConnectionString=con;
cmd.CommandText="u can write stored procedure name here";
cmd.CommandType=CommandType.StoredProcedure;
SqlDataReader dr;
dr=cmd.ExecuteReader();//the stored procedure will be
executed here.the out put parameters will be stored into
datareader.
TextBox.Text1=dr.GetValue(0).ToString();//get the output
values here.
TextBox.Text2=dr.GetValue(1).ToString();//get the output
values here.

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a .xap file? Explain with an example.

1076


What is virtual directory in asp.net?

1096


What is client side state management?

1006


How asp.net mvc differs from asp.net web forms? : asp.net mvc

1167


What is custom attribute? How to create?

1130


Why is global asax is used?

1074


What are the ways of preserving data on a Web Form in ASP.NET?

1153


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

1137


What are the elements of a website?

1052


What is the difference between GridView and Repeater controls in ASP.NET?

1155


Why do we need a web application session?

1040


What are the new web part controls in asp.net 2.0 ?

1108


What is the extension of master page in asp.net?

1024


How to find last error which occurred in Asp.net ?

1329


What are the new features implemented in ASP.NET?

1130