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?

Answer Posted / guest

by two ways u can do that
1.

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

2.

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

Is This Answer Correct ?    100 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is viewstate?

1047


What is web configuration file and how to use in web application

1064


How to deploy/publish webservices?How many ways?Plz explain me

2322


What kind of data can be stored in viewstate?

1025


What is custom events? How to create it?

1090


What is the use of data set in asp.net?

1001


How can you implement the postback property of an asp.net control?

1046


What is .net framework and what are the main components of it?

882


Which method is used to perform all validation at the page level?

1027


What is the purpose of url encoding?

1025


Please briefly explain the usage of global.asax?

1010


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1955


Describe a Windows Service and its lifecycle ?

1208


What is difference between inproc and outproc?

1190


how to debug web services on consumer side?

1110