Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AKtuality

  1. AKtuality

    DataGridView in ASP.NET

    fair enough.. lets start with the dropdownlist.. i have the following code.. private void ddl_SelectedIndexChanged(object sender, EventArgs e) { GridViewRow dataGridView = (GridViewRow)(((Control)sender).NamingContainer); DropDownList ddl =...
  2. AKtuality

    DataGridView in ASP.NET

    Also keep in mind that the dropdownlist is a part of the datagridview Thanks
  3. AKtuality

    DataGridView in ASP.NET

    Hi I am quite new to the ASP.NET framework and I am trying to design a datagridview table that does the following: 1. Retrive data from an existing database using a connection string 2. Displays that data 3. Allows user to edit and make changes to every row in the datagridview. 4. Allows to...

Part and Inventory Search

Back
Top