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

  • Home
  • SEARCH
  • 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 6163479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:49:54+00:00 2026-05-23T21:49:54+00:00

Here is the problem im having. I have 5 buttons on my form that

  • 0

Here is the problem im having. I have 5 buttons on my form that appear next to each other (horizontal). 3 out of the 5 buttons had to be put in an update panel b/c these buttons have to do AsyncPostBack, the other 2 buttons need to be outside to do a postback. Everything works the way I would like accept that all the buttons dont appear on the same line. Is there anything I can do put get these 5 buttons to appear on the same line, given the different functionality of these buttons?

  • 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-23T21:49:56+00:00Added an answer on May 23, 2026 at 9:49 pm

    The UpdatePanel renders a <div> you need to style this div so that that it displays inline Notice the Style="display:inline" in the following code. There’s other ways to accomplish this depending on your layout but this is the most straightforward.

    <asp:UpdatePanel ID="UpdatePanel1" runat="server" Style="display:inline">
        <ContentTemplate>
            <asp:Label ID="labelText" runat="server" Text="Label" />
            <asp:Button ID="Button1" runat="server" Text="Button1" />
            <asp:Button ID="Button2" runat="server" Text="Button2" />
            <asp:Button ID="Button3" runat="server" Text="Button3" />
        </ContentTemplate>
    </asp:UpdatePanel>
    <asp:Button ID="Button4" runat="server" Text="Button4" />
    <asp:Button ID="Button5" runat="server" Text="Button5" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having a strange problem here... I have an ASP.NET 3.5 application that has
Hello there i'm having a problem here i have an add and edit form
here is the problem I am having with placeholder: I have a repeater and
I'm having a bit of a problem here. We have 2 urls let me
Ok, here's a problem I'm having. I have Lua bindings to a rendering engine
Here's the problem I'm having, I've got a set of logs that can grow
HI Guys, Here I am having problem that How can I post an image
I'm having a problem setting up an event on a form. Here's the setup:
I am having a bizare problem where I have a script that works elsewhere
I have an application having 2 Forms, each Form and Application have individual Icon.

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.