Site Search:
Sign in | Join | Help

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • How to Confirm Deletion in a gridview

    This code will confirm that you want to delete a row in a gridview: Protected Sub GridView1_RowDataBound( ByVal sender As Object , ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles GridView1.RowDataBound Dim lnkDelete As LinkButton If e.Row.RowType = DataControlRowType.DataRow Then lnkDelete...
    Posted to ASP.NET (Weblog) by Steve Gray on 02-08-2007
Page 1 of 1 (1 items)