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 to convert from sql2000 numeric to int in asp.net with
sqlparameter?



how to convert from sql2000 numeric to int in asp.net with sqlparameter?..

Answer / manishn19j

sqlParameter objpara=new sqlParameter();
objpara=objDataadapter.UpdataCommand.Parameter.Add("@Age",SqlDbType.Int);
objpara.SourceColumn="Age";
objpara.SourceVersion=DataRowVersion.Current;

Is This Answer Correct ?    14 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

What is the namespace for encryption?

3 Answers   Astadia, CIA, Wipro,


What is a web api? Which protocol is used in a web api?

0 Answers  


What does the hotspot class in .net do?

0 Answers  


Tell me the code snippet to show how we can return 404 errors from HttpError?

0 Answers  


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

0 Answers  


Are cookies stored on server or client?

0 Answers  


How many languages are supported by .NET at present time?

0 Answers  


COM+ Used ________________ Isolation Level

0 Answers   CTS,


When is validation done on the client? How does client-side validation improve the efficiency of an application?

1 Answers  


What are the navigation ways between pages available in ASP.NET?

0 Answers   Winsol Solutions,


To bind columns manually which tags do you need to add within the asp:datagrid ?

0 Answers   Siebel,


hi i am varinder. i am very eager to learn ASP.net in C#. i am beginer to it. i have refer some books but i found it tuff to understand. their language is tuff. So please tell me the best site or best book to learn ASP.net in C#. i will be very thankful. Varinder

1 Answers  


Categories