Code

Discussion on User Management

Discussion on User Management

Cart 108 sales

mimtiyaz supports this item

Supported

This author's response time can be up to 1 business day.

68 comments found.

hello, admin user is not active. Can you help me. Thanks

Hello, I bought 3 projects and none are able to open, sql server superior 2012 and visual studio 2022, could you help me?

Hi.

In Visual Studio go to File >> Open >> Web Site, and point it to the directory where your website is located. Once the project is opened, click F5 and see if it works.

Regards, mimtiyaz

I would like to know if this app is C# my goal is to use C# cross platform possibilities generate app for web, Desktop, Android and ios can it be possible with this app

can we discuss this ” User Management ” app you developed https://codecanyon.net/item/user-management/16508952

i need more features

Sure

hi are u given with full source code

can you give to me database file with data

Hello,

You may download the dummy data from http://usermgmt.ittutorials.in/um_v2.2_db_data_only.zip

Open the script file in SQL Server and execute it, automatically dummy data will be inserted in the database tables.

Regards, mimtiyaz

Thanks its possible u can make one pdf user log report when i click the but generate a pdf file

Hello,

When i try topen the solution with VS19, it ’s not possible. “Echec du chargement”. The Solution is open but i can’t open the solution.

Hi,

In Visual Studio go to File > Open > Web Site, point it to the directory where your website is located. Once the project is opened, click F5 and see if it works.

Hope this works..

hi, is there any way to hide or disable the page tab instead of show page 401 for those user access denied? i have tried here but seems not working for me all the page still visible.

if (bool.Parse(dtPrivilege.Rows2.ToString()) false && bool.Parse(dtPrivilege.Rows3.ToString()) false && bool.Parse(dtPrivilege.Rows4.ToString()) false && bool.Parse(dtPrivilege.Rows5.ToString()) false) lnkWebpages.Visible = false; else { if (bool.Parse(dtPrivilege.Rows2.ToString()) false && dtPrivilege.Rows2.ToString() “code_define.aspx”) lnkWebpage1.Visible = false; if (bool.Parse(dtPrivilege.Rows3.ToString()) false && dtPrivilege.Rows3.ToString() “code_define_view.aspx”) lnkWebpage2.Visible = false; if (bool.Parse(dtPrivilege.Rows4.ToString()) false && dtPrivilege.Rows4.ToString() “update_position_title.aspx”) lnkWebpage3.Visible = false; if (bool.Parse(dtPrivilege.Rows5.ToString()) false && dtPrivilege.Rows5.ToString() “admin_define_view.aspx”) lnkWebpage4.Visible = false; }

hi, need your advise, i have create many pages, and set privilege on user, but it will come out error 401 when user click not authorize page, is there a way to disable or hide those page which user not allow to access? Thanks in advanced!

hi, is there any way to hide or disable the page tab instead of show page 401 for those user access denied?

i have tried here but seems not working for me all the page still visible.

if (bool.Parse(dtPrivilege.Rows2.ToString()) false && bool.Parse(dtPrivilege.Rows3.ToString()) false && bool.Parse(dtPrivilege.Rows4.ToString()) false && bool.Parse(dtPrivilege.Rows5.ToString()) false) lnkWebpages.Visible = false; else { if (bool.Parse(dtPrivilege.Rows2.ToString()) false && dtPrivilege.Rows2.ToString() “code_define.aspx”) lnkWebpage1.Visible = false; if (bool.Parse(dtPrivilege.Rows3.ToString()) false && dtPrivilege.Rows3.ToString() “code_define_view.aspx”) lnkWebpage2.Visible = false; if (bool.Parse(dtPrivilege.Rows4.ToString()) false && dtPrivilege.Rows4.ToString() “update_position_title.aspx”) lnkWebpage3.Visible = false; if (bool.Parse(dtPrivilege.Rows5.ToString()) false && dtPrivilege.Rows5.ToString() “admin_define_view.aspx”) lnkWebpage4.Visible = false; }

Yes, as mentioned earlier you may check the webpage1.aspx.cs, webpage2.aspx.cs or webpage3.aspx.cs for the solution.

Hi, i trying to add more web pages ?

I already included the item with the link to the new page in menu.ascx, but it gives 401 Unauthorized: Access to this page is denied.Need your advise on this matters. Thank you.

Whenever a new page is added, follow the steps below.

Step 1: Add the name of the form in “tbl_um_form” table For Example:
  • form_name: myNewForm.aspx
  • description: This is my new form.
NOTE: All form names will appear under the “Permission” tab of newUser.aspx page.

Step 2: In table “tbl_um_privilege”, make sure that the respective columns are appropriatey filled.

Step 3: Render the form name in menu.ascx.cs page.

Step 4: Whenever a new form is added, do not forget to set the check and uncheck the checkbox in newUser.aspx page.
if (list[j].type == "checkbox" 
        && list[j].id != "cphBody_grdPrivileges_chkBoxAdd_0" 
        && list[j].id != "cphBody_grdPrivileges_chkBoxDelete_0" 
        && ...
        && ...
        && ...
        && ...
        && ...
        && ...)
{
    list[j].checked = true;
}
else
{
    list[j].checked = false;
}
Step 5: Validate the user permission for the forms in the application. For reference, check webpage1.aspx, webpage2.aspx or webpage3.aspx

Hope this will help you.

Hi, i have this issue incomplete project file Missing ”.csproj” file. so, the project can’t be built or loaded into VS Studio, how to solve ya?

Hi. In Visual Studio go to File > Open > Web Site, point it to the directory where your website is located. Once the project is opened, click F5 and see if it works.

hi can u help me i am looking pdf Markup i want add text on exiting pdf file and save text in exiting pdf file and same time also same text saved in database table

Hello, I’m going to buy your “User Management” project, but I have a few requests, if you can do it, I’m thinking of buying it.

1 – User registration area 2- Users will be able to register with the “admin” username while registering. Even though the “admin” user is in the system, a warning will not appear and the registration will be successful again.

code asp.net mvc or asp.net

The entire code is scripted in ASP.Net Framework.

any plans to add signup and login through social media accounts as new update?

Probably in the upcoming versions, some new features will be integrated with the User Management System.

looking forward to that

Also no default user was created when I ran the script, so how do I log in using the default credentials mentioned in the guide?

Hi

Do you have maybe a Video-Tutorial how to install this? Or could you install it for me? I can pay you for the work because it’s urgent!

Thanks

Hello,

As of today, a video tutorial is available which shows the functionality of the User Management System at the following link: https://www.youtube.com/watch?v=DWMojDtSxNk

However, if any technical assistance is needed, just let me know in which area of the User Management System you are facing the issue so that I can assist you efficiently.

Thanks,
mimtiyaz

Hi there! There’s a way to generate an users report? Second question: Can I notificate the admin users about the date of birthday field? (Like an Happy Birthday reminder)?

Hi,

Probably these features will be integrated into the upcoming version of User Management.

Hello

Does this have have code test?

the database is empty, and there is no data to test even user is empty can you please send me the database again with sample data

best regards

Hello,

You may download the dummy data from http://usermgmt.ittutorials.in/um_v2.2_db_data_only.zip

Open the script file in SQL Server and execute it, automatically dummy data will be inserted in the database tables.

Regards,
mimtiyaz

Hi,

Your solution is not useful for me in any way. I found a lot of bugs and design issues in the provided source code. Please let me know how can I request for refund of my hard earn money asap.

Hello,

Basically the application structure, design and code are executed in a simplified way so that the end user can easily understand it and can customize it as per their needs. For every scripting language used, whether it is jQuery, JavaScript, C#, HTML, SQL Queries, you may often find comments for every few lines of code to describe the use of it. However, if you find it difficult to understand the code, I many assist your to resolve your queries.

I have been happily assisting the buyers to resolve their issues.

Regards, mimtiyaz

I am getting below error when I click on See All Location from the dashboard,

Error Procedure or function ‘sp_um_getTopLocations’ expects parameter ’@year’, which was not supplied.

Please help me to get resolved. Also just want to know why you added two entries of CONN in connectionString and appSettings??

Hello

The sp_um_getTopLocations is expecting a parameter value “@year” which was not supplied from the frontend. Try to debug the code and check what value is passed to the parameter @year. Ensure that no null value is passed to the parameter “@year”. To bind database path to SqlDataSource in UI we use connectionString where as to read the database path from the C# code, we use appSetting in the web.config file.

The main difference is in appSettings section we can store any data string values including database connection strings also but in connectionStrings section only database connection strings can store those are our application connection strings and new features (Membership, Personalization and Role Manager) connection strings only. Apart from there is no much difference between appsettings and connectionStrings.

I think something is wrong/missing in your source code:

In C# code you are calling the below sp with the ‘500’ input parameter like below:-

string strQuery = "EXEC sp_um_getTopLocations '500'";
           ds = DataControl.GetDataSet(strQuery);

but in the stored procedure you have 3 params like below:-

ALTER PROCEDURE [dbo].[sp_um_getTopLocations] @inputNumber int, @year varchar(4), @month varchar(4) AS

Is this a latest full source code or I get incomplete source code from you. I dont want to code from my side I have execute your db_schema and dummy data you have shared here. Please do the needful.

Hello,

Firstly I do not upload the source code unless it is fully tested. On your request, I’ve checked the code again from my end. However, it’s working fine. I suggest you to download the source code from CodeCanyon and tally the code with the one where you are having the issue.

Even after that if you have the same issue, do let me where exactly you are facing the issue so that I may assist you precisely.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey