Another newbe question...
On my grid, my manager wants to have it when you click on the select button for a row in the grid, to pop up a new editing window.
What this will give us is multiple edit windows at once, with the ability to cut and paste from one to the other.
Each window will have a cancel and an update button. I figured on calling the same code from each with a key pair that will do the update. It should be no problems.
I can do it in javascript but I have not in asp yet. A redirect just gives me a new page but not the pop up type of overlay.
I was looking around and all I saw was javascript but no .net server side stuff for this.
This is an Intranet project, so we control any anti popup code in the browsers.
On my grid, my manager wants to have it when you click on the select button for a row in the grid, to pop up a new editing window.
What this will give us is multiple edit windows at once, with the ability to cut and paste from one to the other.
Each window will have a cancel and an update button. I figured on calling the same code from each with a key pair that will do the update. It should be no problems.
I can do it in javascript but I have not in asp yet. A redirect just gives me a new page but not the pop up type of overlay.
I was looking around and all I saw was javascript but no .net server side stuff for this.
This is an Intranet project, so we control any anti popup code in the browsers.