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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. coding of deleting user(s)

coding of deleting user(s)

Scheduled Pinned Locked Moved Web Development
tutorialquestioncsharpdatabasedesign
5 Posts 4 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.
  • M Offline
    M Offline
    momoo
    wrote on last edited by
    #1

    Hi..i'm doing a web design using C# web application.. Actually, there's two part which i not too sure about the coding.. 1) Is that when i add the data, press save then it will link to a confirm page.. And from there, i can choose to continue to add the data or delete the data and exit to the menu. This is the part i not too sure how can i delete the data.. 2) The user add his data, press save, everything is stored in the database and then he can delete this from the datagrid table.. From the datagrid table, i have goes to the property bulider --> columns --> button column --> select, edit, update, delete and all my datafields.. But now how can i delete or edit the user(s) Thanks for the help.. =) Can anyhow help me how to code it or who has done it give me example of it ?? Thanks!! ;) Cheers!!

    G A 2 Replies Last reply
    0
    • M momoo

      Hi..i'm doing a web design using C# web application.. Actually, there's two part which i not too sure about the coding.. 1) Is that when i add the data, press save then it will link to a confirm page.. And from there, i can choose to continue to add the data or delete the data and exit to the menu. This is the part i not too sure how can i delete the data.. 2) The user add his data, press save, everything is stored in the database and then he can delete this from the datagrid table.. From the datagrid table, i have goes to the property bulider --> columns --> button column --> select, edit, update, delete and all my datafields.. But now how can i delete or edit the user(s) Thanks for the help.. =) Can anyhow help me how to code it or who has done it give me example of it ?? Thanks!! ;) Cheers!!

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      1. As the data is not saved, you don't have to delete it. Just go to the meny and the data is gone. 2. The same way, but with the user table. --- b { font-weight: normal; }

      M 1 Reply Last reply
      0
      • G Guffa

        1. As the data is not saved, you don't have to delete it. Just go to the meny and the data is gone. 2. The same way, but with the user table. --- b { font-weight: normal; }

        M Offline
        M Offline
        momoo
        wrote on last edited by
        #3

        Hi..If i save the data, how am i going to delete it?? I mean how to delete from the datagrid table?? Thanks

        E 1 Reply Last reply
        0
        • M momoo

          Hi..If i save the data, how am i going to delete it?? I mean how to delete from the datagrid table?? Thanks

          E Offline
          E Offline
          enjoycrack
          wrote on last edited by
          #4

          momoo wrote:

          I mean how to delete from the datagrid table??

          The easy way, IMO, after deleted the entry, just re-bind the data to the grid... << >>

          1 Reply Last reply
          0
          • M momoo

            Hi..i'm doing a web design using C# web application.. Actually, there's two part which i not too sure about the coding.. 1) Is that when i add the data, press save then it will link to a confirm page.. And from there, i can choose to continue to add the data or delete the data and exit to the menu. This is the part i not too sure how can i delete the data.. 2) The user add his data, press save, everything is stored in the database and then he can delete this from the datagrid table.. From the datagrid table, i have goes to the property bulider --> columns --> button column --> select, edit, update, delete and all my datafields.. But now how can i delete or edit the user(s) Thanks for the help.. =) Can anyhow help me how to code it or who has done it give me example of it ?? Thanks!! ;) Cheers!!

            A Offline
            A Offline
            analytiks
            wrote on last edited by
            #5

            save the data temporatily in a Session variable ~ go to confirm page ~ In confirm page to add , retrieve data from session and save it into database ~ to delete , just remove the session variable using Session.Remove

            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