im trying to insert data from 3 different pages but the 3 forms all share the same name. how is it possible to do so ? i tried to create sessions for each textfield in the 3 forms but it doesnt seem to work. i tried to print the employeeID using <%Response.Write(Session("employeeID"))&> to see whether the data ive entered in the previous form is captured but nothing comes out .
thanks alot !