views:

207

answers:

0

I've seen a few example of similar things and i've also looked at the KiGG application which also uses a dialog box to display the login box. I'm pretty new to MVC but making some good progress and i'm looking to add a bit of candy for a demo i need to perform next week.

Does anyone have an simple example or could describe the steps i need to take to make a login view appear in a jQueryUI dialog box ?

I have some of the pieces i think ... I think i need a partial view to be in the master page (like Kigg) so that at anytime i hit a controller which needs authenication the master page will deal with it.

Any help would be appriecated.