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
What is the part of url?
what is the difference between response.write() and response.output.write()?
Where the cookie value is stored?
How to add DateTime Control in normal DataGrid Server Control?
Do you support digital rights management to protect my videos?
What is asp.net master page?
How would you get asp.net running in apache web servers? Explain it's limitations.
what is meant by sitemapnode ?
What are asp.net web forms?
What is the difference between table and query?
Explain the difference between debug.write and trace.write? When should each be used?
What is a 401 redirect?
What is razor? : asp.net mvc
Where the viewstate is stored after the page postback?
What is asp.net web pages?