Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi friends.



I am using asp.net mvc 1.0. In this I have to create an UI for modifying the profile of the user. Now this modfiy profile will contain jquery tabs. and each jqeury tab will show some results such as user's personel information, professional info, etc on seperate tabs.

I also want to give user ability to modify the fields and save this modified data. I am just not getting any idea how to do that. I have searched on internet for various jquery examples. most of them are just showing data to user by creating some partial views. Also i am not getting exactly how this functionality can be achieved through ajax on click of button.

Does anyone have any idea about it ?

A sample example will do a great job.

Thanks in Advance.



With Regards

Mandar
Posted

hi,
u shud give roles to user..and define the permission of each role in database.and put the role into cookie while the user log in to the page...
and then check the role permission of the logged user while he s trying to update his details..If he hav permission then only allow him for editing the profile...
hope this idea may help you..thank you..
 
Share this answer
 
It seems you are trying to learn too many things at once. Break the problem in to sections, first learn MVC, then learn JQuery, or visa versa.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900