Code Behind Dosyasında Örnek C# Kodları listelenmiştir...
Açılışta bir kontrolü aktif etmek      
void Page_Load(object sender, EventArgs e)
{ if (!lsPostBack) SetFocus("TexBox1"); }