Hi guys, i just wanted to know how can i make a workflow like in sharepoint (not necessarily like that but the logic behind that).
In my example, let say i have a process on my website which is to tell if my request will going to be approve or not. Let say, the user requested an approval
but it will go through to 5 steps (depend on how many steps i create) before his/her request to be approved. In each steps there is yes or no (disapprove or approve). Now, how can i make diagram of it in javascript, html and css to visualize the user where his/her request going on. Then save those workflow and steps in database. So i can update the status of his/her request.
Thanks, Happy Coding!
...
I am trying to deploy sample website on somee.com using free hosting.
First I published my website as a folder.
1. I created new free hosting domain on somee.com, then after logging in proceeded to file manager ->
2. Then I make a zip folder for my published website folder
3. Then I upload the zip folder and select upload and unzip archives
4. I have add the default document inside web.config like that
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<add value="index.aspx" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
5. Now this is my root folder file structure
...
Hi, how can I get notification when a new row is added in the database using asp.net core 2.
For example, I have table Posts and have 4 posts, and when the table contains the new post ( post 5) I will get a notification to my view in asp.net core2 says that the new post added. Thanks.
...Hi, I want to enable SSL for my ASP.NET Core project in Visual studio 2017, but when I'm checking my visual studio project to enable SSL, it looks like this in properties
...
How can I simplify the url to http://localhost:51675/Prescriptions/Create/12 instead of http://localhost:51675/Prescriptions/Create?AssessmentID=12.
currently i am using this code
I have two tables tbl_employee and tbl_department. I want to show a crystal report for employee information where department name should be there. When I am trying to show the report only for the employee table it is working fine but when I am joining these two tables with key in crystal report design, logon error exception is shown.
...
My angular 4 doesn't hit my API in my controller
ApiService
...I want ebook or demo of asp.net boilerplate but do not paste home page(https://aspnetboilerplate.com/) of boilerplate.
thank you very much!!
...