Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to convert a string into an Integer in ASP.net?

Answers were Sorted based on User's Feedback



How to convert a string into an Integer in ASP.net?..

Answer / bpl basant (from delhi)

int a = Convert.Int32("String");

or

int a = Int.Parse("String");

Is This Answer Correct ?    0 Yes 0 No

How to convert a string into an Integer in ASP.net?..

Answer / sunny

(Convert.ToInt32(MyString)

Is This Answer Correct ?    8 Yes 11 No

Post New Answer

More ASP.NET Interview Questions

What are the main requirements for caching?

0 Answers  


Best Institute in india for online training (Dotnet/java/Tibco/Dwh/etc.....)

4 Answers  


Can we use the java script code in .Net Code behind?

5 Answers   eXensys,


i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.

3 Answers  


Which is the parent class of the web server control?

0 Answers  


What is user control in asp.net?

0 Answers  


What base class do all Web Forms inherit from?

1 Answers  


Can we make a class with class with same;suppose public class abc { public class abc { } }

1 Answers  


Explain form level validation and field level validation?

0 Answers  


Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?

1 Answers   Siebel Systems,


What is the Global ASA(X) File?

2 Answers  


What is the purpose of using MVC programming pattern in ASP.NET?

0 Answers   PUCIT,


Categories