Code

Discussion on Multilingual User Management

Discussion on Multilingual User Management

Cart 37 sales

mimtiyaz supports this item

Supported

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

17 comments found.

hello please send me database file for mylitteladmin… becouse database not upload. or send me database dump file

can you send me final execute sql or dump file for direct submit in mylittleadmin database panel.??

show some error in database… please provide me support.

As per the request, I’ve restored the database on your “mylittleadmin”. Kindly have a look at it.

My purchase code: a95efa15-6561-41d6-83a3-3395cfe8514d

Hello,

I have Big problems with getting this work with VS.NET 2013, this is the licensed software we need to get this working on… please help.

trond.nahlin (at) smartware.no

Appreciate your support and feedback

BR Trond

Hello

Create a new website in VS.NET 2013 and copy all downloaded files into it and try to execute it.

I have this error when open solution: http://localhost:50361 : error : Error opening web http://localhost:50361. The Web site ‘http://localhost:50361' could not be found.

Problem resolved: I must open as a Website not as a solutión

Hello .. I hope you have great sales at this site .. Follow me TOO :D

Hello,

I had some questions.

1) Is your code written in ASP.NET MVC? 2) When I buy your product, will I have access to the whole code? 3) Can I use your code in a commercialized web application?

Thanks, Babak

Regarding my first question, is this a web application implemented the MVC pattern? If so, what MVC version is it?

This application is purely developed in .NET Framework 4.5 (No MVC pattern implemented).

thank you for this script i have error when i add dob in ummalqura date (Exception: String was not recognized as a valid DateTime.) also when i bind dob it does not show me the correct date

Follow the steps below:

  1. In ‘tbl_mum_user’, change the datatype of column ‘dob’ to char(10)
  2. Customize the javascript
    //NOTE: format is case sensitive, always use CAPS LETTERS.
    if (document.cookie.match('Culture=ar') == 'Culture=ar') {
         $('#dtpDob').datetimepicker({
         format: 'YYYY/MM/DD',
         locale: { calender: 'ummalqura', lang: 'ar' }
       });
    }
    Change the format to ‘YYYY/MM/DD’ for arabic interface.
  3. In C# CodeBehind, replace
    if (txtDob.Text.Equals(""))
        objCmd.Parameters.Add("@dob", SqlDbType.Date).Value = Convert.DBNull;
    else
        objCmd.Parameters.Add("@dob", SqlDbType.Date).Value = DateTime.Parse(txtDob.Text.Trim());
    with
    objCmd.Parameters.Add("@dob", SqlDbType.Date).Value = txtDob.Text.Trim();
Hope this will fix your issue. Do rate this item if you liked it :-)

Can a user have multiple roles? Example HR and Accounting

Yes, multiple roles can be added by the administrator.

I Catch Issue: When Login By User and try for example open this page newUser.aspx it’s work and user can make any thing Please Update Your Project

I’ll fix this issue. Thanks

i have two problems 1- When i run Project i get : the project file or web can not be found but i solved it 2- when i try to login i can’t , when click login page load again ?

i use VS 2015

The simplest solution (also worked for 2012 and 2013) is:

  1. Open the solution file using Visual Studio 2015
  2. Select the solution file in Solution Explorer
  3. Select File / Save MySolution.sln As…
  4. Overwrite the existing solution file.

i can’t view demo :(

Sorry for the inconvenience. Actually there is a problem from the web hosting provider. It will be rectified soon.

You can check the demo now

How is this different from your previous User Management item?

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.

I did fix the issue (converted all to Asp.net project). So no worries. You have a good UI.

Thanks

Amazing work, Goodluck with sales!

Thank you :-)

I am sorry but how is this system supposed to work? You add dynamically new Permissions for each role but then how do you secure each method on the server side for that particular role or permission? Unless you enter into source code manually and re-write each method individually your system does not make sense??? Why would you create the roles and permissions dynamically if you cannot secure anything in the admin panel? Unless I am missing something. Please explain.

As a matter of fact, the roles and permissions are added dynamically. Based on the requirements, developers can customize it according to their needs. If you are looking for the static roles, you can have a look at this item:

https://codecanyon.net/item/user-management/16508952

very good job, fantastic work :) all the best for your upcoming sales and a nice day :)

Congratulations!

Amazing Work, Good Luck With Sale :grin:

Very nice work, big sales to you :)

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