Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Reg: To help for Asp.net

Reg: To help for Asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sachin 112
    wrote on last edited by
    #1

    Already i have created live application for online exam but some problems my exam category is three type when i select dropdown exammode category so this related exam questions display there are three types of category.. 1..MCQ 2..fill in the blanks.. 3..true/false.. so please help me..

    T J 2 Replies Last reply
    0
    • S sachin 112

      Already i have created live application for online exam but some problems my exam category is three type when i select dropdown exammode category so this related exam questions display there are three types of category.. 1..MCQ 2..fill in the blanks.. 3..true/false.. so please help me..

      T Offline
      T Offline
      Tom Marvolo Riddle
      wrote on last edited by
      #2

      How can we help with this information :( .The Question is not clear.You mentioned some problem exist but you are not describing anything Get the Selected value of dropdown in SelectedIndexchanged Event and display it.

      To learn all there is to know. I know I'll be disappointed one day, but I've made a good start, and the eventual disappointment is likely to be brief. -Roger Wright

      1 Reply Last reply
      0
      • S sachin 112

        Already i have created live application for online exam but some problems my exam category is three type when i select dropdown exammode category so this related exam questions display there are three types of category.. 1..MCQ 2..fill in the blanks.. 3..true/false.. so please help me..

        J Offline
        J Offline
        joginder banger
        wrote on last edited by
        #3

        I am really confused with your question :doh:. What's you want?????. if you want only one Question list List like that MCQ OR Fill in the Blank or True/False. Simple Create a DropDown Event SelectedIndexChanged. i have post below a simple snippet code understand this and try again

        protected void Your_DropDownName_SelectedIndexChanged(object sender, EventArgs e)
        {
        try
        {
        if(Your_DropDownName.SelectedValue=="MCQ")
        {
        //code of MCQ
        }
        else
        {
        // code of Fill the Blank
        }
        catch (Exception ex)
        {
        MessageBoxx(ex.Message, Page);
        }

        }
        

        I hope your some doubt is clear. for more information and Query reply to hit option. Happy Coding ;) ;)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups