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

For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?

2 Answers   Microsoft,


What are the benefits of view state?

0 Answers  


How may clustered index we can create in table?

0 Answers  


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

0 Answers  


what is the difference b/w Asp.net server controls and html server controls in .net?

2 Answers   iGate, Profiniti Systems,






benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

0 Answers   HCL,


State management in asp.net ?

8 Answers   Accenture,


what are the oops concepts are used in your project?

1 Answers   AppShark, IBM, Kotak,


hi guys do u know how to go one page to one page to another page plz tell me any of u know

3 Answers  


what is abstract class and method..

2 Answers  


How does the cookies work in asp.net?

0 Answers  


How to merge 2 tables fields in DataTable in asp.net

6 Answers   Wipro,


Categories