Yes, there are several ways. You can enter it as static code in the .aspx
file, include it using the Page.RegisterClientScriptBlock or
Page.RegisterStartupScript method, or have it generated using one of the
Validator Controls. For more details on these, you can either see the
documentation or feel free to ask. Good Luck!