loginview

Find control in loginview

血红的双手。 提交于 2019-11-27 09:43:00
I have a masterpage with a loginview, in the loginview i have an asp login control. i also have a label that is NOT contained in a loginview. How do i access the username textbox control in the asp login control and display the text in a label. Please help! This is my code: Login lg = (Login)LoginView1.FindControl("Login1"); TextBox tb = (TextBox)lg.FindControl("UserName"); Label2.Text = tb.Text; ok this is what i need to do: A complainant can deactivate his account. A manager and technicians accounts are deactivated and if necessary also reactivated by the administrator. the complainant can

Customize Login Screen Mac OSX (SFAuthorizationPluginView)

六月ゝ 毕业季﹏ 提交于 2019-11-27 06:22:23
问题 I'm trying to extend the login screen in MacOSX 10.9.1 (Mavericks). As I found out, this is possible by implementing a new authentication plugin and install it in to the authorization database. I've downloaded the NameAndPassword example which shows how to implement the interface and overwrite / extend the SFAuthorizationPluginView. But the problem is that I can't build it under Mavericks. So I decided to download the second example which is called NullAuthPlugin. This one compiles but I didn