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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we are using mvc instead of asp.net? : Asp.Net MVC

1104


To display data in a Repeater control which template you provide?

1085


How to sign out from forms authentication?

1118


Define asp.net caching?

1226


What are the authentication types in asp.net?

1106


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

1263


What is connection pooling and how to enable and disable connection pooling?

1068


How to Insert/Add in ASPXgridview

1084


How to use a Master Database in Asp.net?

1111


Where is asp.net view state stored?

1047


Which is better asp.net or php?

1079


What is application and session in asp.net?

1008


Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

2851


What is Model-View-View Model?

1058


Is asp.net core faster?

1066