I have an application in ASP.NET 2.0, I have multiple tabs for data entry. Each tab is a dataentry page and saves the information in different tables.
Now my requirement is like I need to show the progress of data updation(example: In jobsites we can see the resume data entry with progress bar in the following order.
1. Personal data
2. Contact infor
3. Educational details
3. Employement details
4. Reference
if personal data is filled we should show some 15% percentage is filled. Contact info is filled means some 25% is filled etc.
This should show with a progress bar.
Any one has done simillar to this implementation????
Mark this as answer, if it is.....
With regards
Nishithraj Narayanan