Help retaining textbox values
-
Hi, Recently i converted my project from 1.1 to 2.0. I have a page where the user enters some numbers in 4 text boxes and 10 values are calculated using some formulas with javascript. When i click save button these 10 values were available in my code behind. But when i converted to 2.0, the 10 textboxes show blank values....what should i do... pls help....
-
Hi, Recently i converted my project from 1.1 to 2.0. I have a page where the user enters some numbers in 4 text boxes and 10 values are calculated using some formulas with javascript. When i click save button these 10 values were available in my code behind. But when i converted to 2.0, the 10 textboxes show blank values....what should i do... pls help....
newbie.net wrote:
But when i converted to 2.0, the 10 textboxes show blank values....what should i do
Are you clear the TextBoxes in the Page_Load event? Could you please post your ASPX code and Page_Load event code?
[Venkatesh Mookkan] My: Website | Yahoo Group | Blog Spot
-
newbie.net wrote:
But when i converted to 2.0, the 10 textboxes show blank values....what should i do
Are you clear the TextBoxes in the Page_Load event? Could you please post your ASPX code and Page_Load event code?
[Venkatesh Mookkan] My: Website | Yahoo Group | Blog Spot