How to convert a string into an Integer in ASP.net?
Answer Posted / bhaskar
int A = CInt("String") i think this is the best way
| Is This Answer Correct ? | 24 Yes | 7 No |
Post New Answer View All Answers
What is the difference between a page theme and a global theme?
What are the new login controls in asp.net 2.0?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What does mvc represent in asp.net? : asp.net mvc
Explain State management in asp.net
How do you declare static variable? What is its lifetime?
What does the hotspot class in .net do?
Why web api is better than wcf?
how to debug web services on consumer side?
How can you handle errors in Web API?
Define globalization and localization.
Explain the concept of MVC Scaffolding?
Explain server-side scripting?
How can you handle unmanaged code exceptions in asp.net?
Explain exception handling in .net.