User380413204 posted
Hi,
The Records are in a Repeater, clicking them invokes the formview ItemTemplate.
I can click the EditButton and then click the Repeater to change a record, but I would want to be able to Choose a record, then click the EditButton and the record remains visible.
The code for the EditButton is:
Protected Sub Button1_Click(ByVal sender
As Object,
ByVal e As System.EventArgs)
FormView1.ChangeMode(FormViewMode.Edit)
End Sub
If you would want to see what I mean, follow this link:
http://80.126.181.96/web36/Cursusedit.aspx
(The button with the text "Wijzig" is the EditButton)
Thanks in advance,
Lex