Results 1 to 3 of 3

Thread: Datagrid Delete button event-RESOLVED

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member gtilles's Avatar
    Join Date
    Dec 2004
    Location
    Planet Earth
    Posts
    394

    Datagrid Delete button event-RESOLVED

    OK, This is a Delete button in a datagrid, I can't seem to get the event to fire.

    VB Code:
    1. Sub dgProd_DeleteCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles dgProd.DeleteCommand
    2.         Response.Write("hello")
    3.     End Sub

    VB Code:
    1. <asp:datagrid id="dgProd" style="Z-INDEX: 101; LEFT: 40px; POSITION: absolute; TOP: 136px" runat="server"
    2.                 Width="648px" Height="128px" AutoGenerateColumns="False" OnDeleteCommand="dgProd_DeleteCommand">

    Seems to be working today....go figure
    Last edited by gtilles; Sep 9th, 2005 at 12:12 PM. Reason: resolved
    Truly, you have a dizzying intellect.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width