How can I do profile completeness in ASP.NET?

Asked by Last Modified  

1 Answer

Learn .Net

Follow 0
Answer

Please enter your answer

There is no baked solution to what you need. You need to make it for yourself. Say you are developing a social media website and you want to implement a progress-bar which shows “65% complete” as profile completeness. You can divide your user related information into logical groups and assign “weight”...
read more
There is no baked solution to what you need. You need to make it for yourself. Say you are developing a social media website and you want to implement a progress-bar which shows “65% complete” as profile completeness. You can divide your user related information into logical groups and assign “weight” to each group. e.g., General info (firstname, lastname, email) => Weight 25 Education (school, graduation, post-graducation) => Weight 25 Work (company1, company2, … ) => Weight 25 (you can say 25 if more than 1 row exists) Hobbies (hobby1, hobby2, …) => Weight 25 (you can say 10 if only 1 row exists) You need to make sure that total weight adds to 100 (or add to 200 or 300 but then adjust your percentage accordingly) Then when user logs in, calculate this value by querying each section and calculate the percentage. Store this percent value in a cookie (to prevent repeat querying) When user modifies their profile data, update this cookie value by re-calculating the profile complete percent. read less
Comments

Related Questions

How to use the software?
Which software ? Every software has different way of use.
Manish
What is dot net MVC?
It is a design pattern. .NET MVC is a successful template above asp.net framework. .NET MVC is used to develop web applications from the scratch
Tina
What is ASP.Net?
ASP.NET is an open source server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.
Aadarsh
What is the usage of .net WCF?
Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint...
Anu
If have more than 10 lac records in a table. Can any one tell how I can use custom paging in this scenario. Our motive to achieve records within 1-2 sec.
When you have such huge data(10 lac) client side pagination will kill your application and eventually will slow down. As mentioned above, server side pagination will be better approach. on demand click,...
JK IT Training

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Read CSV data using ODBC Connection
Codes to read the CSV data using ODBC Connection- Input File: File's Encoding format should be ANSI as below class Student{ public string CollegeId { get; set; } public string AdmissionDate...

Differences Between Execution Query, Execute Scalar and Execute Reader.
ExecuteNonQuery ExecuteNonQuery method will return number of rows effected with INSERT, DELETE or UPDATE operations. This ExecuteNonQuery method will be used only for insert, update and delete, Create,...

Compare ASP.NET WEB API and WCF.
What to choose between WCF or WEB API..? Choose WCF when you want to create a service that should support special scenarios such as one way messaging, message queues, duplex communication etc. while...

Software Development Training In Jaipur
Satyam Web Solution provides website designing &development and software designing &development training in Jaipur for various stream’s students. MCA 6 month Industrial Training/Internship B....

.NET With AngularJS Training Program Syllabus
What You will Learn in .NET with AngularJS Training Program? Introduction to .Net: Features of .Net, CTS, CLS, CLR and MSIL. C# & .Net Basics and Branching & Flow Control. OOPs Concepts,...

Recommended Articles

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for .Net Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you