I have been banging my head against the wall on this.
I want to set up a page with a DataGrid, and when the user clicks on a link button to edit a line, ANOTHER window pops up like a VB form to edit the information. Then on completion, the popup form passes the values back to the main window and updates the grid.
I got the DataGrid working, it's the popup window that's killing me. I'm working on Web Matrix while my VS.NET 2003 is on order.
I read that you can't use the form tag to pass values to another window anymore in ASP.NET.
Please help.
I want to set up a page with a DataGrid, and when the user clicks on a link button to edit a line, ANOTHER window pops up like a VB form to edit the information. Then on completion, the popup form passes the values back to the main window and updates the grid.
I got the DataGrid working, it's the popup window that's killing me. I'm working on Web Matrix while my VS.NET 2003 is on order.
I read that you can't use the form tag to pass values to another window anymore in ASP.NET.
Please help.