classic. ill answer anyway i guess i feel like harbouring stupidity today. private int _intValue = Convert.ToInt32(Textbox.text);
On Mon, May 18, 2009 at 2:11 PM, KeidrickP <[email protected]> wrote: > > same thing i was wondering. > > > On Mon, May 18, 2009 at 12:34 PM, Cerebrus <[email protected]> wrote: > > > > 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 > > > > -- > Keidrick Pettaway > > http://kpettaway.com >
