Search

You searched for the word(s): userid:684873

Matching Posts

  • Re: Error -System.NotSupportedException: Specified method is not supported.

    Protected Sub gv1_RowUpdating( ByVal sender As Object , ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs) Handles gv1.RowUpdating ' code for updating row manually goes here End Sub Protected Sub gv1_RowUpdated( ByVal sender As Object , ByVal e As System.Web.UI.WebControls.GridViewUpdatedEventArgs) Handles gv1.RowUpdated ' this prevents the error "Specified method is not supported." from being displayed. e.ExceptionHandled = True End Sub "cancel the RowUpdate by
    Posted to Data Presentation Controls (Forum) by timbratcher on 10/5/2006
Page 1 of 1 (1 items)