Hi Everyone!
I have the following problem:
I'm trying to create a web shop (now just the sample of it), using Visual Web Developer 2008 (Express). I've added an SQL database, and a ButtonColumn, where the button selects the line and add the datas to another database. My only problem is that the button absolutely refuses to work. When I click on it, nothing happens at all, altought I set the button's CommandName property to Button_Click, but it won't run the "protected void Button_Click(Object sender, DataGridCommandEventArgs e" void.
What could be the problem?
I could use any answers, please help me!
Thank you!