onpropertychange event

liunx

Guest
hey,

this worked using javscript but its a different story in vb.net

i used TextBox.Attributes.Add("onpropertychange", "Changed") where the textbox would fire up the Changed method when the event is triggered but it doesn't work.

does the Changed method have to a sub routine or a function to work?
 
Back
Top