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. ASP.NET workflow project

ASP.NET workflow project

Scheduled Pinned Locked Moved ASP.NET
csharpasp-networkspace
7 Posts 3 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.
  • S Offline
    S Offline
    SUDHAKAR PALLAM
    wrote on last edited by
    #1

    Hi, I have an asp.net application, in which a document need to be sent from one level to another level.Which means a request will be created by the user and it should be sent to next higher level for approval and once he approves it, it should be there in the login of next higher authority. Any idea please.

    A 1 Reply Last reply
    0
    • S SUDHAKAR PALLAM

      Hi, I have an asp.net application, in which a document need to be sent from one level to another level.Which means a request will be created by the user and it should be sent to next higher level for approval and once he approves it, it should be there in the login of next higher authority. Any idea please.

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      you can use Windows Workflow Foundation [ .NET 3.0 ] or can implement the simple logic by using Database. Thanks

      Best Regards ----------------- Abhijit Jana Check Out My Latest Article Java.NET : Integration of Java and .NET[^] "Success is Journey it's not a destination"

      S 1 Reply Last reply
      0
      • A Abhijit Jana

        you can use Windows Workflow Foundation [ .NET 3.0 ] or can implement the simple logic by using Database. Thanks

        Best Regards ----------------- Abhijit Jana Check Out My Latest Article Java.NET : Integration of Java and .NET[^] "Success is Journey it's not a destination"

        S Offline
        S Offline
        SUDHAKAR PALLAM
        wrote on last edited by
        #3

        Can you help me how can we do using database?

        N A 2 Replies Last reply
        0
        • S SUDHAKAR PALLAM

          Can you help me how can we do using database?

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          SUDHAKAR PALLAM wrote:

          Can you help me how can we do using database?

          When user creates a requests, keep it in database, send a mail with approval link to the person who has to approve it. When he clicks on the link, change a status in the database to indicate the person has approved.

          All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

          1 Reply Last reply
          0
          • S SUDHAKAR PALLAM

            Can you help me how can we do using database?

            A Offline
            A Offline
            Abhijit Jana
            wrote on last edited by
            #5

            whatever Navaneeth suggested i am completely aggree with him. just prepare database with proper hiearchi and set status accoding to them. Thanks !!

            Best Regards ----------------- Abhijit Jana Check Out My Latest Article Java.NET : Integration of Java and .NET[^] "Success is Journey it's not a destination"

            S 1 Reply Last reply
            0
            • A Abhijit Jana

              whatever Navaneeth suggested i am completely aggree with him. just prepare database with proper hiearchi and set status accoding to them. Thanks !!

              Best Regards ----------------- Abhijit Jana Check Out My Latest Article Java.NET : Integration of Java and .NET[^] "Success is Journey it's not a destination"

              S Offline
              S Offline
              SUDHAKAR PALLAM
              wrote on last edited by
              #6

              Thank you vey much for ur suggestion. Here, you talked something about Windows Workflow foundation. Can you guide me in that way? I am probably thinking of doing this using WWF. Where can i get the necessary resources. If there are any real good books with atleast a complete workflow, thta would help me a lot. Thanks a lot.

              A 1 Reply Last reply
              0
              • S SUDHAKAR PALLAM

                Thank you vey much for ur suggestion. Here, you talked something about Windows Workflow foundation. Can you guide me in that way? I am probably thinking of doing this using WWF. Where can i get the necessary resources. If there are any real good books with atleast a complete workflow, thta would help me a lot. Thanks a lot.

                A Offline
                A Offline
                Abhijit Jana
                wrote on last edited by
                #7

                if you want to use WWF you need at least .NET 3.0 Framework. if you are using VS 2005 , then install Framework 3.0 and WWF Extention for use Workflow it is freely available on MSDN Sites. if you are using VS2008 then you can start work either in .NET 3.0 or .NET 3.5. This is the link from where you can start Basic of WWF from Codeproject[^] if you have any Query Regarding WWF please post question Code Project WCF/WPF/WF Forum[^] are you can get answer from some more Experts . Hope this will helps you !!

                Best Regards ----------------- Abhijit Jana Check Out My Latest Article Java.NET : Integration of Java and .NET[^] "Success is Journey it's not a destination"

                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