Click here to Skip to main content
15,918,889 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Learning Test Driven Development in VS 2008 - ASP.NET Pin
Nadia Monalisa4-Apr-10 2:54
Nadia Monalisa4-Apr-10 2:54 
GeneralRe: Learning Test Driven Development in VS 2008 - ASP.NET Pin
N a v a n e e t h4-Apr-10 3:55
N a v a n e e t h4-Apr-10 3:55 
GeneralRe: Learning Test Driven Development in VS 2008 - ASP.NET Pin
Nadia Monalisa4-Apr-10 15:06
Nadia Monalisa4-Apr-10 15:06 
GeneralRe: Learning Test Driven Development in VS 2008 - ASP.NET Pin
Kevin McFarlane4-Apr-10 8:46
Kevin McFarlane4-Apr-10 8:46 
AnswerRe: Learning Test Driven Development in VS 2008 - ASP.NET Pin
Kevin McFarlane4-Apr-10 8:39
Kevin McFarlane4-Apr-10 8:39 
QuestionCreate virtual subdomain programaticaly Pin
mehran.asg3-Apr-10 21:18
mehran.asg3-Apr-10 21:18 
QuestionStore repeater value in session variable Pin
lionelcyril3-Apr-10 20:45
lionelcyril3-Apr-10 20:45 
AnswerRe: Store repeater value in session variable Pin
N a v a n e e t h4-Apr-10 2:42
N a v a n e e t h4-Apr-10 2:42 
GeneralRe: Store repeater value in session variable Pin
lionelcyril4-Apr-10 6:17
lionelcyril4-Apr-10 6:17 
QuestionDistorting Text Pin
Randal Vance Cunanan3-Apr-10 20:30
Randal Vance Cunanan3-Apr-10 20:30 
AnswerRe: Distorting Text Pin
N a v a n e e t h4-Apr-10 2:43
N a v a n e e t h4-Apr-10 2:43 
AnswerRe: Distorting Text Pin
Gary Stafford4-Apr-10 16:21
Gary Stafford4-Apr-10 16:21 
GeneralRe: Distorting Text Pin
Randal Vance Cunanan4-Apr-10 16:40
Randal Vance Cunanan4-Apr-10 16:40 
GeneralRe: Distorting Text Pin
Gary Stafford5-Apr-10 3:09
Gary Stafford5-Apr-10 3:09 
Questionrebinding data source controls through wizard Pin
ships_agr3-Apr-10 7:40
ships_agr3-Apr-10 7:40 
Questionform for ordering pizza Pin
pmugagga3-Apr-10 7:26
pmugagga3-Apr-10 7:26 
Please help me with this assignment.

Use ASP.NET to write a web page with a form for ordering pizza. When loaded, the page should appear as shown in appendix 1. To avoid clutter, use only 3 options for each select element (for example, use only months 07, 08, and 09 for the expiry date). Be sure to preserve alignment of items. The Submit button sends all the user inputs to URL http://www.pizzapronto.com/orders. The Reset button resets the form.

Appendix 1

Your browser may not support display of this image.

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >



<!— Put your code here ………… -->




</html>
AnswerRe: form for ordering pizza Pin
R. Giskard Reventlov3-Apr-10 7:55
R. Giskard Reventlov3-Apr-10 7:55 
AnswerRe: form for ordering pizza Pin
Manas Bhardwaj3-Apr-10 9:30
professionalManas Bhardwaj3-Apr-10 9:30 
Questionmultiple user access Pin
ships_agr3-Apr-10 7:17
ships_agr3-Apr-10 7:17 
Questionhow to transfer data from one gridview to another gridview page Pin
developerit3-Apr-10 5:00
developerit3-Apr-10 5:00 
AnswerRe: how to transfer data from one gridview to another gridview page Pin
kadaoui el mehdi3-Apr-10 5:27
kadaoui el mehdi3-Apr-10 5:27 
AnswerRe: how to transfer data from one gridview to another gridview page Pin
Venkatesh Mookkan4-Apr-10 17:40
Venkatesh Mookkan4-Apr-10 17:40 
Questionhow to calculate total in the gridview Pin
developerit3-Apr-10 4:57
developerit3-Apr-10 4:57 
AnswerRe: how to calculate total in the gridview Pin
Randal Vance Cunanan3-Apr-10 20:33
Randal Vance Cunanan3-Apr-10 20:33 
AnswerRe: how to calculate total in the gridview [modified] Pin
Gary Stafford4-Apr-10 16:35
Gary Stafford4-Apr-10 16:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.