I have an app that calls a stored procedure to get a uniqueID for transactions. After the form is submitted and the data is inserted into the db, if a user clicks back to the transaction page, the original uniqueID is still present, so any additional transactions fail because it creates a duplicate of the primary key in the db. I call the stored procedure in the page_load event. When does the page_load event get called? Should I be calling my sproc earlier in the page_init? Any input would be greatly appreciated!
-drew10
-drew10