A
Agnes
it is very strange that " i place some code in my Page1's textbox validated
event'.
then I cut the textbox and paste into page2.
I found that , the validated event is change.
From
Private Sub txtJobNo_Validated(ByVal sender As Object, ByVal e As
System.EventArgs) Handles txtJobNo.Validated
change into
Private Sub txtJobNo_Validated(ByVal sender As System.Object, ByVal e As
System.EventArgs)
Why ??
event'.
then I cut the textbox and paste into page2.
I found that , the validated event is change.
From
Private Sub txtJobNo_Validated(ByVal sender As Object, ByVal e As
System.EventArgs) Handles txtJobNo.Validated
change into
Private Sub txtJobNo_Validated(ByVal sender As System.Object, ByVal e As
System.EventArgs)
Why ??