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

Answer Posted / deva

we can do this way also
int intA=Convert.ToInt32("string");

Is This Answer Correct ?    45 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the session variables?

508


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

574


Can we set which type of comparison we want to perform by the CompareValidator control?

511


What are validator? Name the validation controls in asp.net? How do you disable them?

536


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

554






What is an example of an application service provider?

447


COM+ Used ________________ Isolation Level

1514


How many types of file extensions for razor views in ASP.Net MVC?

569


How do u deploy your asp.net application?

604


How will you do Redo and Undo in a TextControl?

662


How does session work in asp net?

546


What is a postback url?

485


What is an asp.net validator? And, mention its types.

582


How to find last error which occurred?

527


What is boxing and unboxing in asp.net?

658