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 789545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T21:32:28+00:00 2026-05-14T21:32:28+00:00

I have this code: <div id=container style=width: 800px; height:300px; margin: 0 auto;overflow:hidden;></div> I need

  • 0

I have this code:

<div id="container" style="width: 800px; height:300px; margin: 0 auto;overflow:hidden;"></div>

I need to replace 800px and 300px from database value;
I tried both of the below. But still i am not getting the answer.

Method 1:

<div id="container" style="width:'<% Response.Write(width);%>'px; height:'<% Response.Write(height);%>'px; margin: 0 auto;overflow:hidden;"></div>

Method 2:

<div id="container" style="width:'<%# Eval("width");%>'px; height: <%# Eval("height");%>'px; margin: 0 auto;overflow:hidden;"></div>

The value of height and width variables are defined in page_load() function

int height = 300;
int width = 800;

This is not affecting the resulting web page.
Can anyone help me on this.

  • 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-14T21:32:28+00:00Added an answer on May 14, 2026 at 9:32 pm

    HI all,

    Thanks for all the support I got answer for my own query!

    This was written in designer file where i wanted the display and width and height are defined in code behind file on top of page_load() function


     <% string display= "<div id=\"container\"style=\"width:{0}px; height:{1}px; margin:0 auto;overflow:hidden;\"></div";
        display= string.Format(display, width, height);   
        Response.Write(display); %>
    

    I am not sure if it’s a standard way of writing it. But it’s giving me the desired answer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this HTML file with some CSS styles, now I am trying to
I have the following snippet of code (see below) and want to make the
How do i put a border on a div in css that doesn't have
I have this jQuery plugin called Easy Slider which I'm implementing on this site
How can I prevent the textarea from stretching beyond its parent DIV element? I
I need help with changing a function that is called once the page loads,
I'm embedding a flash music player from Soundclick into my music website. I have
I have got below JQuery where I am performing the .load function. $(.load-fragment).each(function() {
In IE, the 'title1' and 'title2' are aligned more to the left than they
I give... after days trying to figure out what I'm missing I give up.

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.