2016-08-12 3 views

답변

1

FindControl 메서드를 사용해 보셨습니까?

Literal l = FindControl("control id"); 

if(l != null) 
{ 
    //do your processing 
} 
+0

많은 감사 .... – j4rey89

관련 문제