% sqltext = "Select * From pword Order By Username" rs.Open sqltext, Conn %>
<% thecolor = 0 if NOT rs.BOF then while NOT rs.EOF ID = rs("PID") Username = rs("Username") Password = rs("Password") thecolor = thecolor + 1 if thecolor = 2 then bgcolor="White" thecolor=0 else bgcolor="CCCCCC" end if response.write "
" rs.movenext wend end if %> " & Username & _ " Update User Delete User