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. How to determine last event raised??

How to determine last event raised??

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
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.
  • F Offline
    F Offline
    FionaDM
    wrote on last edited by
    #1

    Can anyone tell me how to determine the last event raised. E.g. If data has just been inserted using SqlDataSource1 I want to display some text in Page_Load. Something like if (SqlDataSource1_inserted == true) print message. Thanks Majella

    M 1 Reply Last reply
    0
    • F FionaDM

      Can anyone tell me how to determine the last event raised. E.g. If data has just been inserted using SqlDataSource1 I want to display some text in Page_Load. Something like if (SqlDataSource1_inserted == true) print message. Thanks Majella

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      You can set the Trace="true" in the Page directive to see the order of the Page's event. Here you want to display something after the SqlDataSource inserts a new row, so you should use the events after the insert command like PreRender.

      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