Problem:
Question 1- Build an ASP.NET page that prompts the user for his two favorite ice cream flavors. There should be two TextBox Web controls, one for each of the user's two favorite flavors. Add the needed validation Web controls to ensure that the user provides input for both of these TextBoxes and that the values for the two TextBoxes are different from one another.
Question 2- In verilog code: create two 4-bit inputs, add the two numbers, and display the output using the $Display command. If the addition generates a carry, indicate that through a one bit output. Also, create a 4-bit output to capture the result of the addition. Convert the number to output on a 7-segment display.
Please describe the code with the help of comments.