G
Guest
I have created a table on my web page with text box controls in the cells.
When I add information to the table, I click on a command button that runs a stored procedure that inserts the information into my SQL Database.
The problem I am having is when I click on the command button, the page refeshes before in runs the command_click code and I loose all the information I typed in my table.
Can anyone help me out?
Thanks,
James
When I add information to the table, I click on a command button that runs a stored procedure that inserts the information into my SQL Database.
The problem I am having is when I click on the command button, the page refeshes before in runs the command_click code and I loose all the information I typed in my table.
Can anyone help me out?
Thanks,
James