76 comments found.
Subject: Request for Refund of Duplicate Transaction Dear Concern, I previously purchased User Management using the username sajibcse, and the payment was successfully completed at that time. However, I have noticed that another transaction was processed again on 25 February 2026 for the same service. I kindly request a refund for this duplicate transaction. Thank you for your prompt assistance. Best regards, sajibcse sajib.cse@hotmail.com
Dear sajibcse,
Thank you for reaching out and for bringing this to our attention.
We have reviewed your account and can confirm that you previously purchased the User Management item, with support valid until 23/11/2025. We understand your concern regarding the additional transaction dated 25 February 2026.
To proceed with the refund request for the duplicate charge, we kindly ask you to confirm the transaction ID or provide a copy of the payment receipt so we can verify it from our end. Once confirmed, we will guide you through the appropriate refund process as per the platform’s policy.
We appreciate your patience and cooperation, and we will ensure this matter is resolved as quickly as possible.
Best regards, mimtiyaz.
Particulars — Transaction Details Transaction Date: 2/25/2026 10:31:27 AM Transaction Amount: 2700 Transaction Currency: BDT Transaction Type: PURCHASE Merchant Name: Google MiniMax Your A 650-2530000 US For any queries, please forward to EBL 24×7 Contact Center through below channels: Phone: 16230 (from any mobile within Bangladesh), +88-096-777-16230 (from anywhere in the world), EBL Query: https://dgzip.ebl-bd.com/query/
Whenever add a new form in this module then it is not showing in gvUsers list of existing users. but new user is working.
could you please check it. solve it for me.
This module is good enough. My needs were not fully met. i need user tree menu will load based on user authentication and authorization. it’s showing all forms like as Dashboard Webpages webpage 1 webpage 2 webpage 3 Users New User User List Settings 1 2 3 Logout
When I want to hide webpage 2, Users and settings from user-1 then it is not supportted.
I thinked it will work. but my requirment fully not meet.
could you fullfill my requrement.
To add a new web form to your application, you need to follow these steps:
Please add the page name to the database table “tbl_um_form.” Next, include the corresponding roles in the “tbl_um_privilege” table along with the appropriate form ID.
In the “menu.ascx.cs” file, modify the script to reflect the necessary permissions you wish to implement. Additionally, update the “new form” you designed to enforce permissions on that page.
Hi,
Please provide me database file with data, some of menu item is not coming in Admin Role.
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
Hello,
This looks like it might be able to help me with my issue in updating my system.
I have a legacy Classic ASP system that uses MSSQL.
I assume I could easily use this for user management by just hooking into my database, and adding extra fiellds that I need ?
Do you have an updated version at all ?
Thank you
“project files could not be loaded” Please help its 7 days now, I cant move.
Help me with your Anydesk ID in order to assist you better.
I have just purchased your software. Followed your installation steps but there is an error after running the um_cc_v2.2.2.sln “One or two project in the solution were not loaded correctly”. Please what do I need to do?
Hello,
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.
Thank you,
mimtiyaz
Bro this doesn’t work. I have tried and nothing seem to be working why don’t you provide screen shots of that solution. I paid and I can’t seem to use the solution. Please sort it out.
Hi, I was just wondering how to fix the issue of when selecting to edit the user I get an error message saying “Error String was not recognized as a valid Boolean.”
This when I go to user list and select edit
Thanks
Hi, try parsing the value before passing it to any further commands.
This error occurs because you may be passing a string value at the other end where it is supposed to be a boolean value.
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
i need more features
Sure
hi are u given with full source code
Hello. You will get the complete source code.
Thanks its possible u can make one pdf user log report when i click the but generate a pdf file
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.
it will show like this -> http://localhost:7576/eh/404.aspx?aspxerrorpath=/dashboard/~/test/admin_view.aspx
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.
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.aspxHope 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.
can we talk details: sk3r0ot@gmail.com