Search

You searched for the word(s): userid:871010

Matching Posts

  • how do you insert info from a gridview into textboxs on a seperate form.

    i have a gridview and i am trying to extract info from a database depending on what employee was selected in the gridview and then populate text boxes on a different page so that the employee can edit they're details... i am extremely new to pprogramming so if you can provide code for me please do thanks in advance
    Posted to Data Presentation Controls (Forum) by bbbccc on 6/3/2009
  • errors in login page

    this is the code i have written for my login page. the errors are at the bottem. i've only started using asp.net and cant fix the errors. rotected void LoginButton_Click(object sender, EventArgs e) { if (Page.IsValid) { string username = Username.Text; //Get the username from the control string password = Password.Text; //get the Password from the control SqlCommand comm; SqlConnection conn; SqlDataAdapter dataAdapter; SqlDataReader dataReader; string connectionString = ConfigurationManager.ConnectionStrings
    Posted to Time Tracker Starter Kit (Forum) by bbbccc on 5/20/2009
Page 1 of 1 (2 items)