How to bind total in text box :
Ex : 15000 Database tot_amt Fileds Value Bind In Textbox
TextBox Value in Number =15000;
This Value Pass To The Integer Variable
Ex:
int a=Convert.ToInt32(Textbox.text);
But Textbox value are not the pass in a integer variable a.
How can possible to solved this problem .
plz answer this problem.......
Sujeet SumanPosted Sep 3, 2015, 5:36 AM
Subhani ShaikhPosted Sep 3, 2015, 5:02 AM
Sujeet SumanPosted Sep 3, 2015, 4:47 AM
Upendra Pratap ShahiPosted Sep 3, 2015, 4:46 AM
Firstly validate textbox value to only integer number not character.
TextBox2.Text = num1.ToString();
Raja TPosted Sep 3, 2015, 4:42 AM
PradeepPosted Sep 3, 2015, 4:09 AM