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 |
Describe a Windows Service and its lifecycle ?
what is the advantage of data reader?
Where session id is stored?
Explain how asp.net page works?
Define the term Scavenging in Caching?
Where is asp.net view state stored?
What is a pixel url?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
What is session management in web application?
What is Difference between Callbacks and Postback in ASP.NET?
how we Creating a Web Service
Which Is Faster MVC or ASP.net ?
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)