Hi. I asked a similar question earlier where wanted to be able to find the controls in c# code-behind on a postback. Although it worked, I want to compare it with doing the same work but on the client side and in javascript. Can anyone help me with the javascript code to 'find' the calling control as well as find the values from the other five controls. Here is the situation...
I have a Grid with an Edit FormTemplate which has six controls of Type RadNumericTextBox all sitting inside a table.
The grid goes into edit mode and, as each textbox has data entered into it, I need to be able to find the other five, get their values and keep a running total which I'll be displaying elsewhere on the page.
How do I extract the value from the control that has fire its OnTextChanged client side event and how do I extract the value from the other five?
Can anyone help point me in the right direction.
Thanks in advance, Steve
I have a Grid with an Edit FormTemplate which has six controls of Type RadNumericTextBox all sitting inside a table.
The grid goes into edit mode and, as each textbox has data entered into it, I need to be able to find the other five, get their values and keep a running total which I'll be displaying elsewhere on the page.
How do I extract the value from the control that has fire its OnTextChanged client side event and how do I extract the value from the other five?
Can anyone help point me in the right direction.
Thanks in advance, Steve