Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="registerNewFood">
- <br />
- <h2>Register New Food</h2>
- <asp:Label ID="regFoodNameLbl" runat="server" Text="Name: "></asp:Label>
- <asp:TextBox ID="regFoodNameTxt" runat="server"></asp:TextBox>
- <br />
- <asp:Label ID="regFoodCalLbl" runat="server" Text="Cal: "></asp:Label>
- <asp:TextBox ID="regFoodCalTxt" runat="server"></asp:TextBox>
- <br />
- <asp:Label ID="regFoodProteinLbl" runat="server" Text="Protein: "></asp:Label>
- <asp:TextBox ID="regFoodProteinTxt" runat="server"></asp:TextBox>
- <br />
- <asp:Label ID="regFoodFatLbl" runat="server" Text="Fat: "></asp:Label>
- <asp:TextBox ID="regFoodFatTxt" runat="server"></asp:TextBox>
- <br />
- <asp:Label ID="regFoodCarbsLbl" runat="server" Text="Carbs: "></asp:Label>
- <asp:TextBox ID="regFoodCarbsTxt" runat="server"></asp:TextBox>
- <br />
- <asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" />
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement