Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Problems with FormView in ASP.NET 3.5

Problems with FormView in ASP.NET 3.5

Scheduled Pinned Locked Moved ASP.NET
csharphelpasp-netdatabaselinq
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mr programboy
    wrote on last edited by
    #1

    Hello all, I have a formview (which is bind with the result of a LINQ Query) and I want to update the datasource by clicking the "edit button" which is an ImageButton. When I click on it the page reloads but nothing happens. I added the "frmOverzicht_ItemCommand" in the code behind but this is never entered. Can someone help me out on this issue ?? Here's the code : Within the i have the following line of code : In the code-behind file i have the following function : Protected Sub frmOverzicht_ItemCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.FormViewCommandEventArgs) Handles frmOverzicht.ItemCommand If e.CommandName = "Edit" Then msgbox("ok") End If End Sub Can someone help me ?

    T 1 Reply Last reply
    0
    • M Mr programboy

      Hello all, I have a formview (which is bind with the result of a LINQ Query) and I want to update the datasource by clicking the "edit button" which is an ImageButton. When I click on it the page reloads but nothing happens. I added the "frmOverzicht_ItemCommand" in the code behind but this is never entered. Can someone help me out on this issue ?? Here's the code : Within the i have the following line of code : In the code-behind file i have the following function : Protected Sub frmOverzicht_ItemCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.FormViewCommandEventArgs) Handles frmOverzicht.ItemCommand If e.CommandName = "Edit" Then msgbox("ok") End If End Sub Can someone help me ?

      T Offline
      T Offline
      ToddHileHoffer
      wrote on last edited by
      #2

      add onclick="Overzicht_ItemCommand" to the

      I didn't get any requirements for the signature

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups