Can I have both client and server side scripting in my ASP.NET page at the same time? Can I use Javascript for client side scripting and C# for server side scripting? Also if I give runat=client to C# scriptlet block, what will happen? Can I do client side scripting like textboxes enabling and disabling with it? A code sample will be of great help.