redirecting page to another page
-
ihave a asp.net page having some textboxes and dropdownlists , and one checkbox , i want that when i check checkbox and click the sibmit button then this data of the page should be redirect to next page but with the checkbox to be transfered as checked and readonly. and also i have three textboxes whose values are taken froma datebox which i created from javasript. so i want this date value also to be transfered to the next page. the next page is of data updation so in the next page all this value will be send and when in that next page i can click update button and then i will get be redirect or get a update success message on the same or another page . my 1st page name is first_page 2nd page name is secound_page database table name is enf_data please tell me how to do all this.