Results 1 to 8 of 8

Thread: Too hard for a hiring test?

Threaded View

  1. #1

    Thread Starter
    Frenzied Member conipto's Avatar
    Join Date
    Jun 2005
    Location
    Chicago
    Posts
    1,175

    Too hard for a hiring test?

    I'm trying to find some entry-mid level .net developers with some SQL experience. I have given them this practical test as a screener, but my HR person thinks it might be too hard. For an entry-mid level dever, is this asking too much?

    In the folder wwwroot on the C Drive, there is an ASP.NET website named “test2”. Open this project using Visual Studio 2005. There is a page named “login.aspx” Using the .NET SQLClient, create a simple login page that verifies the user using the table “credentials”. (username/password exists and are correct) Use the connectionString “db_conn” defined in the web.config file to connect to the database.
    If login is succesful, redirect to the page “default.aspx”. Otherwise, inform the user the credentials are incorrect.

    Edit - forgot to mention the login page is post-design, with ASP.NET textbox controls and Button already there.
    Last edited by conipto; Sep 19th, 2008 at 03:24 PM.
    Hate Adobe Acrobat? My Codebank Sumbissions - Easy CodeDom Expression evaluator: (VB / C# ) -- C# Scrolling Text Display

    I Like to code when drunk. Don't say you weren't warned.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width