Unit 1 Practical 6
Accept Item No, Item Name, Item Price, Item Quantity. Store information in cookie. Display stored information in next page with Total Price = Price * Quantity.
NOTE: In this practical 6 we have to create 2 web forms, first webform named "prac6_main.aspx" and the second webform named "prac6_2nd.aspx".
prac6_main.aspx

prac6_main.aspx.cs

prac6_2nd.aspx

prac6_2nd.aspx.cs

OUTPUT:
prac6_main Page

prac6_2nd Page
if cookies is null then it display "No Data Found" in red color.
if cookies is not null then it display data from previous page which stored in the cookies.
