Hello Everyone,
I am ready to pull my hair out with this situation.
Here is what my application Looks like.
I have a Master Page,Content Page with a Tab Container and A user Control inside the Tab Panel of the Container.
In the user Cotrol I have a Table with Textboxes. My assignment is to Calculate the average of two textboxes and diplay in a Label. I need to do that on the client so that there is no postback so I try to use javascript.
A declared a Javascript Function and try to call it OnBlur of the textbox. How do I pass the values of txt1 and txt2 to the function?
I am ready to pull my hair out with this situation.
Here is what my application Looks like.
I have a Master Page,Content Page with a Tab Container and A user Control inside the Tab Panel of the Container.
In the user Cotrol I have a Table with Textboxes. My assignment is to Calculate the average of two textboxes and diplay in a Label. I need to do that on the client so that there is no postback so I try to use javascript.
A declared a Javascript Function and try to call it OnBlur of the textbox. How do I pass the values of txt1 and txt2 to the function?
Comment