76 comments found.
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.
Hello,
Why can’t you sort the user list columns. ??
Thanks
Hello
Probably this feature will be integrated in the upcoming version of the User Management.
Hi,
Can you please provide the migrated database to MySQL so that I can use this code in my project.
Hello,
As already mentioned in the description, the User Management comes with SQL database files. You may migrate it to MySQL using any third party tool available or SQL Wizard. However, I may assist you if you have any queries related to SQL.
Login to the demo using given credentials is not working
Remove the frame appeared at the top right corner of the web browser and try.
Sir, today we have purchase .
Thank you for purchasing the item.
Sir, database has been restore successfully with dummy data. but project cant load . please help. load project on visual studio 2013 ultimate. please suggest
ok done.
Sir, one issue is there, when we add new web form and update tbl_um_form database table is ok, then we will update existing user profile. web form not appearing on grid. when we add new user then showing . please help.
Adding a new web form.
Let us say we have added a form “frmNew”, In order to apply roles and permissions to the form, we need to follow the steps below.
Step 1:
Add the form name and description in database table “tbl_um_form”
Step 2:
In database table “tbl_um_privilege”, add the respective form_id_fk, user_id_fk and permissions
Step 3:
Under “menu.ascx”, you may provide the condition to enable/disable form.
Done. Thank you so much sir, Sir, We want to add Organization and year wise login credential, can you provide the code, we will pay as per your cost. Because our total 7 companies and we will start to implement for all in one. please arrange the same.
You mean segregating users based upon the specific organization and the user registered in a given year simultaneously?
Yes Sir, User can access organization wise and do financial wise data entry
We will show you our existing running software ( front end is VB 6.0 and back end is Microsoft SQL ) if you allow. how to work. My cell no is 7069605773. please help me.
If you code providing then i will pay your charge. please. please
thank you sir your valuable reply
Nice Project. We want to purchase this project.
Thank you 
Can we receive invoice after buying this one. This is required for my company.
Yes, you will receive an invoice after purchasing the item.
Can you support RTL
Probably in the future version of User Management we will implement RTL feature.
Hi,
I have just downloaded the project and run the script but there is no dummy data. how can i access application without dummy data. can you please assist me to send dummy data so i can insert and understand the application.
Thanks in advance.
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 now its okay..
RE: incomplete project file Missing ”.csproj” file. so, the project can’t be built or loaded into VS Studio
RE: incomplete project file Missing, was able to get it running. Thanks!
hello sir, i was already purchased and installed user management script and now is running on my web. but when i access smtp menu and database connections,this page is error with error message is 500 Internal Server Error.. whats solutions for this?
Hello,
To know the error in detail, you may do one thing. In web.config file, set customError mode = “off”. Let me know what error is exactly displayed. Based on that I can suggest you the solution.
Regards, mimtiyaz
thank you. now i change custom error is mode off. when access db connection page and smtp page,this result. full images off error message—> http://prntscr.com/rvsvl6
If the server where the application is hosted does not allow full trust or if it is a shared hosting then you need to contact the hosting people and tell them you need full trust for your application or if it is not a shared hosting you can edit web.config as follows
<system.web>
<trust level="Full" />
</system.web>
Tip: Try opening Visual Studio as “Run as Administrator”
i used plesk panel and in asp.net setting,CAS trust level is “full”.
Hello, I asked for technical support during my subscription period and she never replied. Check the dates. Responding immediately to a review without providing support previously means little professionalism.
As I already mentioned, I’m always glad to give technical support to my customer for my items purchased.
how to adding 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.
Hello: I am looking to buy a user management for my Metro Style tile control menu. MY software is VB 2015 .NET 4.6. I would like to control logins, user menu rights, record of user logins.
This is a follow up as I did not hear from you. Can you please give me a reply.
Hello
User Management aims to manage Users, their roles & permissions. Developer may customize it as per their needs. You may use the concept and scripts in your web application as well.