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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.