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

Differences between VB.Net and C#, related to OOPS concepts

5 Answers   CSC,


What is a web api? Which protocol is used in a web api?

0 Answers  


Is asp.net and .net are same or different?

0 Answers  


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

0 Answers  


What are validator? Name the validation controls in asp.net?

0 Answers  


I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


17. If I?m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

1 Answers  


Do cookies store passwords?

0 Answers  


What are the asp.net list controls and difference between them?

0 Answers  


Explain the difference between webfarm and webgardens in .net?

0 Answers  


How does output caching work in ASP.NET?

0 Answers  


What are the disadvantages of view state / what are the benefits?

2 Answers   Siebel Systems,


Categories