Hi,
In my application i have jquery function,ajax updatepanel ,div tags .When i run my application intially sum of textboxes function in jquey works fine for expenses. My applciation has 3 parts 1. <divTSMAin>Sun to saturday link button with textboxes</Div>2.<DivTSDetails>Textboxes</div>3.<divExpenses>textboxes</div>.
When i click onsunday linkbutton to opens DivTSDetalis with sundaylabel anda date and it shows all textboxes ,dropdown .after i enter data and save it closes divtsdetails and comes to main page.In main page it shows expenses table with texboxes when i try to enter values in textboxes and calculate the sum of textboxes it is not showing sum .once i click submit button it save all data in database . In my application i have edit and view button ,when i click on edit button it goes to that page and im able to see expenses with those values and sum of textboxes total also .