Link FormView to GridView

S

shapper

Hello,

I have the following GridView:

Private Sub gvTags_Init(ByVal sender As Object, ByVal e As
EventArgs) Handles gvTags.Init
With gvTags
.CssClass = "GridView"
.DataKeyNames = New String() {"TagId"}
.DataSource = ldsTags
.ID = "gvTags"
End With
End Sub ' gvTags_Init

How can I link it to a FormView so when I edit or insert a record
using the FormView when I click the Edit or Insert buttons in the
GridView?

Thanks,
Miguel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,108
Latest member
AlbertEste
Top