M
Madison
Hi there,
I'm using asp.net framework3.5. I would like to create ascx control with 3
textbox with currency type. Users will enter number to textbox1 and textbox2
then textbox3 will show result of textbox1 + textbox2. I do not to post back
to refresh the result every time users change the number. I try with
javascript but when I call the control from aspx page, the javascript will
not working. This control will use in any pages that why I want to create as
control. I could done the same thing in the aspx page everything work nicely.
Any idea or other option to be easy future maintenance.
Thanks.
I'm using asp.net framework3.5. I would like to create ascx control with 3
textbox with currency type. Users will enter number to textbox1 and textbox2
then textbox3 will show result of textbox1 + textbox2. I do not to post back
to refresh the result every time users change the number. I try with
javascript but when I call the control from aspx page, the javascript will
not working. This control will use in any pages that why I want to create as
control. I could done the same thing in the aspx page everything work nicely.
Any idea or other option to be easy future maintenance.
Thanks.