hi
i want a aspx form in that im having a dropdownlist and other server controls
when my page first loads i want my dropdownlists hould get focussed
i had write a javascript code but it is nt working
Page.RegisterStartupScript("SetFocus","<Script>document.getElementById('" + DdlZone.ClientId + "');</Script>");
but my dropdown is not getting highlighted
plz help me!