Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@ Page Title="" Language="C#" MasterPageFile="~/Ressources/Site.Master" AutoEventWireup="true" CodeBehind="ChoixQuestionnaire.aspx.cs" Inherits="Projet___TestConnaissances.Pages.WebForm2" %>
- <asp:Content ID="Content" ContentPlaceHolderID="MainContent" runat="server">
- <asp:RadioButtonList ID="RadioButtonList_Choix_Questionnaire" runat="server"></asp:RadioButtonList>
- <asp:Button ID="Button_OK" runat="server" Text="OK" PostBackUrl="~/Candidat/Questionnaire.aspx" />
- <asp:Label ID="Label_Msg" runat="server" Text=""></asp:Label>
- </asp:Content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement