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 / vallabh naik

SqlParameter arParams = New SqlParameter("@FeedbackID",
SqlDbType.Int);
arParams.Direction = ParameterDirection.Output;

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you use a custom controls in ASP.NET application?

1053


What is marshalling ? Is it a part of asp.net ?

1140


What are cookies in your browser?

1044


What is the difference between login controls and forms authentication?

1133


Can we add code files of different languages in app_code folder?

1144


Explain the difference between singleton and single call?

1039


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1963


6. Tell us about a time when you failed to meet a deadline. What were the repercussions?

2207


How many types of state management are there in asp net?

1071


What is http only cookie?

1189


What is the difference between web.config and machine.config in ASP.NET?

1207


What are server objects?

990


What is mvc in asp.net interview question? : Asp.Net MVC

1045


Define a web service in .net?

1118


What is custom events? How to create it?

1092