2016-08-12 95 views

回答

1

您是否嘗試過使用FindControl方法?

Literal l = FindControl("control id"); 

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

非常感謝.... – j4rey89

相關問題