Depends on which control but most controls have a Focus() property that will assign focus to them.
So: textBox1.Focus(); will assign focus to textBox1 after the page has been processed.
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========