Using this below code you can focus on the next control of the posted control.
ScriptManager.RegisterClientScriptBlock(this, typeof(Page), "FocusOnState", "document.getElementById('" + txtPlacePTN.ClientID + "').focus(); ", true);
Using this below code you can focus on the next control of the posted control.
ScriptManager.RegisterClientScriptBlock(this, typeof(Page), "FocusOnState", "document.getElementById('" + txtPlacePTN.ClientID + "').focus(); ", true);