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 |
What is Stateless ASP or ASP.Net?
To match the two different controls which control would we use ?
Can you explain one critical mapping? Performance issue which one is better?
Difference between connected architecture and Dissconnected architecture?
Explain about ASP.NET?
Define a web service in .net?
Explain page output caching?
How many types of Stored Procedures in SQL Server
What is the adavantage of using ASP.NET routing?
How to transpose rows into columns and columns into rows in a multi-dimensional array ?
Describe the events in the life cycle of a web application.
Explain difference betn dataset and recordset?
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)