0
kicks
Set Input Focus on a Control Programatically Added to an ASP.Net Page
Here's a handy tip for those of you who are dynamically building a form add and removing controls as required by the user's responses.
If you need to set the focus of a recently added control, here's how to do it using AJAX.