Advertisement
Guest User

Untitled

a guest
Apr 4th, 2012
902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <%@ Page Title="" Language="C#" MasterPageFile="~/Ressources/Site.Master" AutoEventWireup="true" CodeBehind="ChoixQuestionnaire.aspx.cs" Inherits="Projet___TestConnaissances.Pages.WebForm2" %>
  2. <asp:Content ID="Content" ContentPlaceHolderID="MainContent" runat="server">
  3. <asp:RadioButtonList ID="RadioButtonList_Choix_Questionnaire" runat="server"></asp:RadioButtonList>
  4. <asp:Button ID="Button_OK" runat="server" Text="OK" PostBackUrl="~/Candidat/Questionnaire.aspx" />
  5. <asp:Label ID="Label_Msg" runat="server" Text=""></asp:Label>
  6. </asp:Content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement