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. Validator in DetailsView Update

Validator in DetailsView Update

Scheduled Pinned Locked Moved ASP.NET
helpquestionannouncementworkspace
1 Posts 1 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.
  • B Offline
    B Offline
    boy pockets
    wrote on last edited by
    #1

    I am using Validators (IValidator) to validate the data edited by users in a DetailsView. This is the workflow that I want: 1. User updates data 2. User presses save 3. System Saves data 4. Details View stays in edit mode 5. Validation controls display any broken rules. I can do everything except show the validation messages. The validation message will be displayed if, in the ItemUpdating event of the DeatilsView, i cancel the DetailsViewUpdateEven by setting the property: DetailsViewUpdateEventArgs.Cancel = true. This behaviour makes me think that once the DetailsView has been directed to save it does not show the Validation errors. (even if I do a Page.Validate() after the save has completed). Does anyone have an ideas on how I can display the error messages even if I want to save the DetailsView?

    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