Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6025393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:17:41+00:00 2026-05-23T04:17:41+00:00

i have: <div id=question> <div style=float: left; width: 250px;> <asp:Label ID=question runat=server></asp:Label></div> <div> <asp:RadioButtonList

  • 0

i have:

<div id="question">
        <div style="float: left; width: 250px;">
           <asp:Label ID="question" runat="server"></asp:Label></div>
        <div>
            <asp:RadioButtonList ID="selectdYesNo" runat="server" RepeatDirection="Horizontal">
                <asp:ListItem Text="Yes" Value="1"></asp:ListItem>
                <asp:ListItem Text="No" Value="0"></asp:ListItem>
            </asp:RadioButtonList>
        </div>
    </div>
    <div id="btCreate" style="margin-left: 200px; margin-top: 10px;">
        <asp:Button runat="server" Text="Categorize" ID="btCategorize" />
    </div>

how can i create new entry of radiobuttonlist with new question after submit?? im princip create new 2, 3, 4 etc.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:17:42+00:00Added an answer on May 23, 2026 at 4:17 am

    here is your code

     protected void Page_Load(object sender, EventArgs e)
    {
    
        if (!IsPostBack)
        {
            PanelFirstQuestionBlock.Visible = true;
        }
    }
    
    protected void FirstQuestionGotAnswered(object sender, EventArgs e)
    {
        PanelFirstQuestionBlock.Visible = false;
        PanelSecondQuestionBlock.Visible = true;
    }  
    

    here your ASP:HTML

    <asp:Panel ID="PanelFirstQuestionBlock" runat="server" Visible="false">
            <h1>My first Question</h1>
            <asp:RadioButtonList ID="RadioButtonListAnswer1" runat="server" 
                OnSelectedIndexChanged="FirstQuestionGotAnswered">
                <asp:ListItem>yes</asp:ListItem>
                <asp:ListItem>no</asp:ListItem>
            </asp:RadioButtonList>
        </asp:Panel>
    
        <asp:Panel ID="PanelSecondQuestionBlock" runat="server" Visible="false">
        <h1>My second Question</h1>
            <asp:RadioButtonList ID="RadioButtonListAnswer2" runat="server">
                <asp:ListItem>yes</asp:ListItem>
                <asp:ListItem>no</asp:ListItem>
            </asp:RadioButtonList>
        </asp:Panel>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have this: <div id=parent style=overflow:auto> ... <div id=test>Hello</div> ... </div> My question is:
I have a div with two nested divs inside, the (float:left) one is the
Hey guys quick question. I have a div that gets assigned a number to
I have a question regarding how to get a div height. I'm aware of
I have a div container and have defined its style as follows: div#tbl-container {
I have the following: <ul style=width: 300px; list-style-type:none> <li> <table style=width:100% border=0 cellpadding=0 cellspacing=0
i have this code: the side bar div is my question here i'm scrolling
I have the following html and css <div id=header> <div id=headerTopLeft> <div id=areaSelect style=display:
I have one more question(first one is here: html, css with center div problem
I have this code which is in HTML; <div id=progress_info class=success style=display: block;> ‌·‌·‌·

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.