If you want an int, why are you calling ToString() ?
On May 18, 4:47 pm, sam <[email protected]> wrote: > hello folks, > > i am using a TextBox Contorl.Now i wanna to store TextBox value in int > dataType. > > private int _intValue = TextBox.text.toString(); > > but it gives error.plz tell me how can i store dis. > > Thanx, > Sam
