I'm creating some dynamic TextBox controls in Datagrid server ctrl in 
ASP.NET and adding them. On the onblur() event
of each TextBox I need to invoke a Javascript function which will
iterate through every TextBox control within the datagrid and add up the
values entered by the user so as to display the sum in a another 
textbox outside the grid control. What Javascript would I use to 
specifically refer to only those TextBox controls owned by the datagrid?





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to