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 |
How does asp.net page work?
What do you understand by aggregate dependency?
What is the importance of Global.asax in ASP.NET?
What are the main requirements for caching?
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
When web.config is called ?
What is the meaning of TestApi?
write six HTTP request method?
What is advantage of code behind coding in ASP.NET?
0 Answers Sans Pareil IT Services,
Describe how ASP.NET maintains process isolation for each Web application?
How you can stop the validation of ASP.NET controls from client side?
0 Answers Sans Pareil IT Services,
What is the difference between HTTP-Post and HTTP-Get ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)