Okay, I know this is probably b/c of my javascript ignorance, but @ postback, I lose my javascript created values. I'm assuming it's b/c the view state isn't updated, so when the page posts back, the textbox values just go back to what's set in the "Text" property at design time...which is 0. Do I have to register the client script or something?
I'm trying to do an onblur and a simple division with two fields/textboxes to update a third textbox to save server posts.
Any help/ideas are appreciated!
I'm trying to do an onblur and a simple division with two fields/textboxes to update a third textbox to save server posts.
Any help/ideas are appreciated!