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 you initiate validation on the server manually? What are two situations when you might you want to do that?
Difference between singleton and singlecall.
Can we use MSSql as backend in asp.net...if yes then How.?
What is active web pages?
What does clearing cache?
What is the use of the tag in the web.config file?
What language is asp.net written in?
What is the life cycle of web page?
Define satellite assemblies.
How do u declare static variable and how it is declared and what is its lifetime?
What is session in http request?
What is the base class from which web forms are inherited?
What is css in asp.net?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is the difference between login controls and forms authentication?