Im sure this is easyly done, just not for me! I have a form that databinds to a secondform, how do I command a button action, =formmail.aspx. This my script so far. Much thanks Paul Sub GoCommand_OnClick(Sender as Object, E as EventArgs) ActiveForm = SecondForm
End Sub Sub SecondForm_OnActivate(Sender as Object, E as EventArgs) SecondForm.DataBind () End Sub ORDER
plkilroy
Participant
810 Points
379 Posts
databind then post?
May 10, 2004 04:59 AM|LINK