Actually when student want to write the exam,he goes to the Student Home Page in my project,in this page he can select any one domain in dropdownlist,he want to write the exam.after selecting the domain in dropdownlist,he should be get the message as "Your Selected Domain is:---".
After that he clicks on the continue button,this continue button,takes it into the question paper page.
my source code is...
<p class="style19">
<asp:Label ID="Label1" runat="server" ForeColor="#339933"
style="color: #006600; font-weight: 700" Text="Select The Domain"></asp:Label>
<span class="style21"><strong> </strong></span>
<asp:DropDownList ID="DropDownList2" runat="server" AutoPostBack="True"
onselectedindexchanged="DropDownList2_SelectedIndexChanged">
<asp:ListItem>--Select--</asp:ListItem>
<asp:ListItem>.NET</asp:ListItem>
<asp:ListItem>JAVA</asp:ListItem>
<asp:ListItem>Testing Tools</asp:ListItem>
<asp:ListItem>SQl Server</asp:ListItem>
</asp:DropDownList>
</p>
<p class="style19">
</p>
<p class="style19">
<asp:Button ID="Button1" runat="server" Font-Bold="True"
onclick="Button1_Click" Text="Submit" />
</p>
<p class="style19">
<strong><span class="style22"> Your Selected Domain Is : </span> </strong>
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label>
</p>
<p class="style19">
<asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True"
ForeColor="#993366" onclick="LinkButton1_Click" style="color: #993366"
PostBackUrl="~/ToProceed.aspx">Continue</asp:LinkButton>
</p>
manimala
Tejamanimala, if this helps please login to Mark As Answer. | Alert Moderator