addition for textbox values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srinivas33034
    New Member
    • Feb 2008
    • 3

    addition for textbox values

    Hi there,

    my problem is

    i have to perform addition dyamically

    My req is i have 3 txt boxes.. and another text box to display total additon..

    as i am entering the values in TextBox1 i want to see the updated addition performed so far in the final textbox..

    ex: t1,t2 t3 are text boxes..

    t4 is final text box

    when i enter value in t1 that value must be displayed in t4....

    after that when i enter value in t2..updated addition must be displayed in t4;

    ie t1+t2 = t4;

    and t1+t2+t3= t4.... Pls help me
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    This sounds like it might be a school assignment, which is a no no to ask for help on.

    But, look into using the text changed events for the textboxes, that should get you what you need.

    Comment

    • srinivas33034
      New Member
      • Feb 2008
      • 3

      #3
      Originally posted by Plater
      This sounds like it might be a school assignment, which is a no no to ask for help on.

      But, look into using the text changed events for the textboxes, that should get you what you need.
      oh thanks for ur reply..now i had another question.. i am working with asp.net and c# and access as a back end..

      and initially i wont have any table created in access.. when ever user clicks on submit button a table must be created and fileds shd be named as text in labels in the asp.net application.. can u pls solve this for me????

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        Yes .

        Comment

        Working...