|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Accessing the DeopDownList in the LoginViewI am using C# and Visual WEB Developer 2005. I have a method protected void DropDownList1_SelectedIndexChanged... { this.DropDownList1.SelectedValue.ToString()... //more code } After I have put the DropDownList in the LoginView control, I can not access the list anymore. Compiler gives me the message "ASP.page_aspx does not contain a definition for DropDownList1". How can I fix this? Thank you use the FindControl method on the login view to get to the drop down list.
--- Dominick Baier, DevelopMentor http://www.leastprivilege.com Show quoteHide quote > Hi! > > I am using C# and Visual WEB Developer 2005. > > I have a method protected void DropDownList1_SelectedIndexChanged... { > > this.DropDownList1.SelectedValue.ToString()... //more code > > } > > After I have put the DropDownList in the LoginView control, I can not > access the list anymore. Compiler gives me the message "ASP.page_aspx > does not contain a definition for DropDownList1". > > How can I fix this? > > Thank you >
accessing emails using owa ... traceable?
System.String vs SecureString Security problems in .Net web application Unhandled exception vs handled (security issue) Kerberos Token Renewal WinForm user authentication Impersonation testing Help!! InvalidOperationException in GetProcessesByName!! Can I retrieve Unix box OS info using DirectoryEntry Property OS? Move.file |
|||||||||||||||||||||||