I have an iPhone application that requires the user to login(username, password). I currently store the cred开发者_如何学运维entials of the last succesful login and fill the textfields the next time
I have simple web application called App that is secured with Windows Authentication. I have set identity impersonate to true in web.config. There is only one page (Default.aspx) in App directory. Whe
I have some textboxes and checkboxes inside a RoleGroup of a LoginView.How can I access these controls in my code-behind?
I\'m creating asp.net mvc login page. This is simple. Same as others. Controller contains 2 method. My problem is
Another total newb question, I\'m afraid: I have a LoginView with some HyperLinks inside it, but when I try to reference the HyperLink in the code behind it tells me that it doesn\'t exist in the \"cu
on my web site I want to have login/registration form in modal window done using facebox (jQuery plugin). What is better:
i have a 3 t开发者_高级运维abbar in my app. in my Appdelegate i have a reference to loginview where i am popingup loginview if user is not logged in.here is method.