How to convert a string into an Integer in ASP.net?
Answer Posted / sai krishna
int a = Convert.ToInt32("2");
int b = Int32.Parse("3");
Response.Write( a.ToString() + " " + b.ToString());
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How do I open an ashx file in windows 7?
What is asp.net with mvc? : Asp.Net MVC
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Is asp.net free?
What is the difference between runtime version and version?
Difference between singleton and singlecall.
What are strong names?
What is server infrastructure?
What is the difference between session.abandon() vs clear()?
What is the file through which you can customize your asp.net application?
Explain method to handle error using HttpError in Web API?
Where session variables are stored?
What are Master Pages in ASP.NET?
Describe Segmentation With Paging?
Diff between web user control and web custom control?