2011-06-14 6 views

답변

4

직접해야합니다. 다음과 같이 AJAX를 사용할 수 있습니다.

0

나는 일반적으로 다음과 같이 그것을 : 나는 이메일 고유성을 확인해야하는 경우, 또한 (알고

SqlConnection myConnection1 = new SqlConnection("Data Source=server;Initial Catalog=stuff Integrated Security=True" 
SqlCommand myCommand1 = new SqlCommand("SELECT [email] FROM [dbo].[dbo].[dbo];", myConnection1); 
SqlDataReader reader = myCommand1.ExecuteReader(); 

if (reader.HasRows) 
{ 

} 
0

까지, 그런 일이없는에서? 데이터베이스, Active Directory 도메인)

BaseValidator 클래스에서 상속받은 고유 한 유효성 검사기 컨트롤을 정의해야합니다.

관련 문제