M
MattB
I've got a web form (asp.net 1.1, vb.net) that has controls for a user
to enter their height and weight in either English or Metric units. I'd
like to be able to populate the metric control when the English changes
as well as the converse.
I have used javascript previously to do little things like blank out a
password field when it's clicked on or raise an alert when a button is
clicked by using Control.Attributes.Add().
Now I'd like to have one control's event populate another control and
I'm not sure how to do that.
Anyone got any suggestions or better yet, examples of this kind of stuff
I can look at?
Thanks!
Matt
to enter their height and weight in either English or Metric units. I'd
like to be able to populate the metric control when the English changes
as well as the converse.
I have used javascript previously to do little things like blank out a
password field when it's clicked on or raise an alert when a button is
clicked by using Control.Attributes.Add().
Now I'd like to have one control's event populate another control and
I'm not sure how to do that.
Anyone got any suggestions or better yet, examples of this kind of stuff
I can look at?
Thanks!
Matt