Mike
2011-03-15 07:36:34 UTC
I have created the page in HTML with C# back side. It’s getting its information from a SQL 2000 table. The page loads with a data table listing permissions levels. I want to allow supervisors to be able to put in a request to have a users permissions removed. To do this they click a button next to the member, and it prompts a JavaScript confirmation box, asking you to confirm this action. All of the above works just fine.
However, I am stuck trying to get the confirmation box to tell the page to write the members information to a designated table for later viewing.
This is my code for the confirmation box so far. (Again the box works fine, I just need it to go back to the C# and tell it to conduct a stored procedure that I've already created and tested.
Thanks for the help, I have been trying to figure this out for hours now.