HTML textbox and button using asp.net
hello i have asp.net login page and i am using html button and text box.but html text box (input) and button not work in asp.net page..
how to use asp.net page in HTML text(input) and button ..
1.- design page--
<input type="text" placeholder="Username" id ="txtid" runat="server">
<input type="password" id ="txtpass" runat="server" placeholder="Password" />
<span class="state" id ="btnlogin" runat="server">Log in</span>
2.- coding page -- ???
please provide example how to make login page in asp.net using html text box and button with sql server (for database)