form
How to set css style on disabled FORM INPUT Tag
How to set css style on disabled FORM INPUT Tag
2009.03.12잘 모르던 내용인데 Google Chrome 내에 있는 라이브러리를 보다가 알게 되었네요. textarea:disabled, input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled { background-color: #EBEBE4; } 위와 같이 테그에 type 속성을 xpath 잡는 방식으로 잡네요. 그리고 그 뒤의 다른 속성 지정방식은 일반 CSS에서 하는 방식과 같으니 중요하진 않네요 ㅎㅎ 모르셨던 분들은 메모해두시길 ^ ^
Moss Authentication Active directory
Moss Authentication Active directory
2007.09.12Authentication samples http://technet2.microsoft.com/Office/en-us/library/23b837d1-15d9-4621-aa0b-9ce3f1c7153e1033.mspx?mfr=true Use Forms Authentication with SQL Server in ASP.NET 2.0 http://msdn2.microsoft.com/en-us/library/ms998317.aspx Active Directory Role provider http://www.codeplex.com/adrp
Active Directory를 이용한 Form Authentication의 접근 방향
Active Directory를 이용한 Form Authentication의 접근 방향
2007.09.11http://www.codeplex.com/adrp Active Directory Role provider http://technet2.microsoft.com/windowsserver/WSS/en/library/b6bc8fec-c11c-4ed7-a78d-3ad61c7ef6c01033.mspx?mfr=true MOSS Authentication Provider samples 여전히 어려운 MOSS 인증의 방법에는 AD나 SQL 멤버십 프로바이더를 자주 사용하지만 AD 관련된 내용이 많이 부족하다. AD로 해봤으면 하는데 어떻게 방법이 없을지... 누가 아시는분들 좋은 정보좀 주세요 ㅠ
MOSS Form based authentication
MOSS Form based authentication
2007.09.07http://www.codeplex.com/MOSSFormsFeature/Release/ProjectReleases.aspx?ReleaseId=1766 http://weblog.vb-tech.com/nick/archive/2006/06/14/1617.aspx aspnet_regsql을 이용해 sql membership provider를 이용하는 문제 때문에 사용자 정보를 커스터마이즈 하기는 쉽지 않지만, 그래도 사용되는 것들중에는 이 방법이 가장 편하지 않은가 생각한다.