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
List the advantages and disadvantages of user control an custom control?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Explain the advantages of asp.net.
What is app_code folder in asp net?
What is difference between or and orelse?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Where is http session stored?
Define resource files.
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How many types of sessions are there in asp net?
How does the service stream content?
What is AutoPostback?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Define what is razor? : asp.net mvc
Describe state management in asp.net?