473,413 Members | 2,053 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

size a DIV as large as needed to fit contents

I have a DIV whose contents varies in size according to data. How can I size
the DIV precisely to fit it's contents ?
Nov 18 '05 #1
19 6913
Ok, I am taking a risk of getting into your "Block sender" list.

If you use a table, you can put the content you want to be inside the div
into a td. You can format td itself instead of div or you can put a div into
the td with width and height=100%. The td will adjust its size according to
data.

If you don't want table-related suggestions anymore, put a note in your
messages "no tables please".

Eliyahu

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
I have a DIV whose contents varies in size according to data. How can I size the DIV precisely to fit it's contents ?

Nov 18 '05 #2
what do you mean ?

the only thing you can really do design wize.... is to allow full expansion
to scale with the window.

OR constict the wide and let the length flow
"JezB" <je***********@blueyonder.co.uk> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
I have a DIV whose contents varies in size according to data. How can I size the DIV precisely to fit it's contents ?

Nov 18 '05 #3
Any suggestions are very welcome - thanks.

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Ok, I am taking a risk of getting into your "Block sender" list.

If you use a table, you can put the content you want to be inside the div
into a td. You can format td itself instead of div or you can put a div into the td with width and height=100%. The td will adjust its size according to data.

If you don't want table-related suggestions anymore, put a note in your
messages "no tables please".

Eliyahu

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
I have a DIV whose contents varies in size according to data. How can I

size
the DIV precisely to fit it's contents ?


Nov 18 '05 #4
Don't size it at all. Then it will precisely fit its contents.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
I have a DIV whose contents varies in size according to data. How can I size the DIV precisely to fit it's contents ?

Nov 18 '05 #5
Good idea! But that only seems to work for height, the width of my DIV seems
to default to the full browser width.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
Don't size it at all. Then it will precisely fit its contents.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
I have a DIV whose contents varies in size according to data. How can I

size
the DIV precisely to fit it's contents ?


Nov 18 '05 #6
It is a block element. It will expand horizontally to fit its container.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:OF**************@TK2MSFTNGP12.phx.gbl...
Good idea! But that only seems to work for height, the width of my DIV seems to default to the full browser width.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
Don't size it at all. Then it will precisely fit its contents.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
I have a DIV whose contents varies in size according to data. How can
I size
the DIV precisely to fit it's contents ?



Nov 18 '05 #7
"JezB" <je***********@blueyonder.co.uk> wrote in message
news:OF**************@TK2MSFTNGP12.phx.gbl...
Good idea! But that only seems to work for height, the width of my DIV seems to default to the full browser width.


Just for fun, try style="width: 0" or style="width: 0%".
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #8
But that's exactly what I dont want - I want it only wide enough to fit its
contents.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:O4*************@TK2MSFTNGP10.phx.gbl...
It is a block element. It will expand horizontally to fit its container.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:OF**************@TK2MSFTNGP12.phx.gbl...
Good idea! But that only seems to work for height, the width of my DIV seems
to default to the full browser width.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
Don't size it at all. Then it will precisely fit its contents.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
> I have a DIV whose contents varies in size according to data. How
can I size
> the DIV precisely to fit it's contents ?
>
>



Nov 18 '05 #9
Don't size it at all. Then it will precisely fit its contents.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
I have a DIV whose contents varies in size according to data. How can I size the DIV precisely to fit it's contents ?

Nov 18 '05 #10
Good idea! But that only seems to work for height, the width of my DIV seems
to default to the full browser width.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
Don't size it at all. Then it will precisely fit its contents.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
I have a DIV whose contents varies in size according to data. How can I

size
the DIV precisely to fit it's contents ?


Nov 18 '05 #11
It is a block element. It will expand horizontally to fit its container.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:OF**************@TK2MSFTNGP12.phx.gbl...
Good idea! But that only seems to work for height, the width of my DIV seems to default to the full browser width.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
Don't size it at all. Then it will precisely fit its contents.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
I have a DIV whose contents varies in size according to data. How can
I size
the DIV precisely to fit it's contents ?



Nov 18 '05 #12
"JezB" <je***********@blueyonder.co.uk> wrote in message
news:OF**************@TK2MSFTNGP12.phx.gbl...
Good idea! But that only seems to work for height, the width of my DIV seems to default to the full browser width.


Just for fun, try style="width: 0" or style="width: 0%".
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #13
But that's exactly what I dont want - I want it only wide enough to fit its
contents.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:O4*************@TK2MSFTNGP10.phx.gbl...
It is a block element. It will expand horizontally to fit its container.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:OF**************@TK2MSFTNGP12.phx.gbl...
Good idea! But that only seems to work for height, the width of my DIV seems
to default to the full browser width.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
Don't size it at all. Then it will precisely fit its contents.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:ub*************@tk2msftngp13.phx.gbl...
> I have a DIV whose contents varies in size according to data. How
can I size
> the DIV precisely to fit it's contents ?
>
>



Nov 18 '05 #14
Put it into a table cell.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:#g*************@tk2msftngp13.phx.gbl...
But that's exactly what I dont want - I want it only wide enough to fit its contents.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:O4*************@TK2MSFTNGP10.phx.gbl...
It is a block element. It will expand horizontally to fit its container.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:OF**************@TK2MSFTNGP12.phx.gbl...
Good idea! But that only seems to work for height, the width of my DIV

seems
to default to the full browser width.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
> Don't size it at all. Then it will precisely fit its contents.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "JezB" <je***********@blueyonder.co.uk> wrote in message
> news:ub*************@tk2msftngp13.phx.gbl...
> > I have a DIV whose contents varies in size according to data. How

can
I
> size
> > the DIV precisely to fit it's contents ?
> >
> >
>
>



Nov 18 '05 #15
Thank you Kevin,

I was patiently waiting for this.

Eliyahu

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Put it into a table cell.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:#g*************@tk2msftngp13.phx.gbl...
But that's exactly what I dont want - I want it only wide enough to fit

its
contents.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:O4*************@TK2MSFTNGP10.phx.gbl...
It is a block element. It will expand horizontally to fit its container.
--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:OF**************@TK2MSFTNGP12.phx.gbl...
> Good idea! But that only seems to work for height, the width of my DIV seems
> to default to the full browser width.
>
> "Kevin Spencer" <ks******@takempis.com> wrote in message
> news:u9**************@TK2MSFTNGP09.phx.gbl...
> > Don't size it at all. Then it will precisely fit its contents.
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "JezB" <je***********@blueyonder.co.uk> wrote in message
> > news:ub*************@tk2msftngp13.phx.gbl...
> > > I have a DIV whose contents varies in size according to data.
How can
I
> > size
> > > the DIV precisely to fit it's contents ?
> > >
> > >
> >
> >
>
>



Nov 18 '05 #16
Ha ha - here we go again.

There is some debate going on about tables vs css for handling page layouts.
For example :

http://www.barry.pearson.name/articl...ositioning.htm
vs
http://www.nypl.org/styleguide/css/guidelines.html

I dont really have enough detailed knowledge to know what is the best way.
But being new to the arena I have to follow the W3Cs current "best-practice"
recommendations and go for stylesheets. Well, company guidelines dictate
that I have to anyway !

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:eC**************@TK2MSFTNGP10.phx.gbl...
Thank you Kevin,

I was patiently waiting for this.

Eliyahu

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Put it into a table cell.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:#g*************@tk2msftngp13.phx.gbl...
But that's exactly what I dont want - I want it only wide enough to
fit
its
contents.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:O4*************@TK2MSFTNGP10.phx.gbl...
> It is a block element. It will expand horizontally to fit its

container. >
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "JezB" <je***********@blueyonder.co.uk> wrote in message
> news:OF**************@TK2MSFTNGP12.phx.gbl...
> > Good idea! But that only seems to work for height, the width of my DIV > seems
> > to default to the full browser width.
> >
> > "Kevin Spencer" <ks******@takempis.com> wrote in message
> > news:u9**************@TK2MSFTNGP09.phx.gbl...
> > > Don't size it at all. Then it will precisely fit its contents.
> > >
> > > --
> > > HTH,
> > > Kevin Spencer
> > > .Net Developer
> > > Microsoft MVP
> > > Big things are made up
> > > of lots of little things.
> > >
> > > "JezB" <je***********@blueyonder.co.uk> wrote in message
> > > news:ub*************@tk2msftngp13.phx.gbl...
> > > > I have a DIV whose contents varies in size according to data. How can
> I
> > > size
> > > > the DIV precisely to fit it's contents ?
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #17
You can choose when you have a choice. So far you don't. On this newsgroup
by now you have 2 people with table suggestions and none with css one.

Thank you for the links. Note, that the first one is based on the author's
practical experience, whereas the second one is just an abstract statement.

Anyway, wish you good luck on either way. It would be nice if you could tell
us about the solution.

Eliyahu

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:e0****************@TK2MSFTNGP10.phx.gbl...
Ha ha - here we go again.

There is some debate going on about tables vs css for handling page layouts. For example :

http://www.barry.pearson.name/articl...ositioning.htm
vs
http://www.nypl.org/styleguide/css/guidelines.html

I dont really have enough detailed knowledge to know what is the best way.
But being new to the arena I have to follow the W3Cs current "best-practice" recommendations and go for stylesheets. Well, company guidelines dictate
that I have to anyway !

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:eC**************@TK2MSFTNGP10.phx.gbl...
Thank you Kevin,

I was patiently waiting for this.

Eliyahu

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Put it into a table cell.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:#g*************@tk2msftngp13.phx.gbl...
> But that's exactly what I dont want - I want it only wide enough to fit its
> contents.
>
> "Kevin Spencer" <ks******@takempis.com> wrote in message
> news:O4*************@TK2MSFTNGP10.phx.gbl...
> > It is a block element. It will expand horizontally to fit its

container.
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "JezB" <je***********@blueyonder.co.uk> wrote in message
> > news:OF**************@TK2MSFTNGP12.phx.gbl...
> > > Good idea! But that only seems to work for height, the width of
my DIV
> > seems
> > > to default to the full browser width.
> > >
> > > "Kevin Spencer" <ks******@takempis.com> wrote in message
> > > news:u9**************@TK2MSFTNGP09.phx.gbl...
> > > > Don't size it at all. Then it will precisely fit its contents.
> > > >
> > > > --
> > > > HTH,
> > > > Kevin Spencer
> > > > .Net Developer
> > > > Microsoft MVP
> > > > Big things are made up
> > > > of lots of little things.
> > > >
> > > > "JezB" <je***********@blueyonder.co.uk> wrote in message
> > > > news:ub*************@tk2msftngp13.phx.gbl...
> > > > > I have a DIV whose contents varies in size according to
data. How
> can
> > I
> > > > size
> > > > > the DIV precisely to fit it's contents ?
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #18
Our company standards state that "use of tables is to be discouraged" but
goes on to say "light use of tables to solve specific problems is not
condemned - the developer must simply be aware of and document the
implications of table use" - so perhaps in this special instance I can use
them.

Thanks.

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
You can choose when you have a choice. So far you don't. On this newsgroup
by now you have 2 people with table suggestions and none with css one.

Thank you for the links. Note, that the first one is based on the author's
practical experience, whereas the second one is just an abstract statement.
Anyway, wish you good luck on either way. It would be nice if you could tell us about the solution.

Eliyahu

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:e0****************@TK2MSFTNGP10.phx.gbl...
Ha ha - here we go again.

There is some debate going on about tables vs css for handling page layouts.
For example :

http://www.barry.pearson.name/articl...ositioning.htm
vs
http://www.nypl.org/styleguide/css/guidelines.html

I dont really have enough detailed knowledge to know what is the best way.
But being new to the arena I have to follow the W3Cs current

"best-practice"
recommendations and go for stylesheets. Well, company guidelines dictate
that I have to anyway !

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:eC**************@TK2MSFTNGP10.phx.gbl...
Thank you Kevin,

I was patiently waiting for this.

Eliyahu

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
> Put it into a table cell.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "JezB" <je***********@blueyonder.co.uk> wrote in message
> news:#g*************@tk2msftngp13.phx.gbl...
> > But that's exactly what I dont want - I want it only wide enough to
fit
> its
> > contents.
> >
> > "Kevin Spencer" <ks******@takempis.com> wrote in message
> > news:O4*************@TK2MSFTNGP10.phx.gbl...
> > > It is a block element. It will expand horizontally to fit its
container.
> > >
> > > --
> > > HTH,
> > > Kevin Spencer
> > > .Net Developer
> > > Microsoft MVP
> > > Big things are made up
> > > of lots of little things.
> > >
> > > "JezB" <je***********@blueyonder.co.uk> wrote in message
> > > news:OF**************@TK2MSFTNGP12.phx.gbl...
> > > > Good idea! But that only seems to work for height, the width

of my DIV
> > > seems
> > > > to default to the full browser width.
> > > >
> > > > "Kevin Spencer" <ks******@takempis.com> wrote in message
> > > > news:u9**************@TK2MSFTNGP09.phx.gbl...
> > > > > Don't size it at all. Then it will precisely fit its
contents. > > > > >
> > > > > --
> > > > > HTH,
> > > > > Kevin Spencer
> > > > > .Net Developer
> > > > > Microsoft MVP
> > > > > Big things are made up
> > > > > of lots of little things.
> > > > >
> > > > > "JezB" <je***********@blueyonder.co.uk> wrote in message
> > > > > news:ub*************@tk2msftngp13.phx.gbl...
> > > > > > I have a DIV whose contents varies in size according to

data. How
> > can
> > > I
> > > > > size
> > > > > > the DIV precisely to fit it's contents ?
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #19
Patience is a virtue, Eliyahu!

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:eC**************@TK2MSFTNGP10.phx.gbl...
Thank you Kevin,

I was patiently waiting for this.

Eliyahu

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Put it into a table cell.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"JezB" <je***********@blueyonder.co.uk> wrote in message
news:#g*************@tk2msftngp13.phx.gbl...
But that's exactly what I dont want - I want it only wide enough to
fit
its
contents.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:O4*************@TK2MSFTNGP10.phx.gbl...
> It is a block element. It will expand horizontally to fit its

container. >
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "JezB" <je***********@blueyonder.co.uk> wrote in message
> news:OF**************@TK2MSFTNGP12.phx.gbl...
> > Good idea! But that only seems to work for height, the width of my DIV > seems
> > to default to the full browser width.
> >
> > "Kevin Spencer" <ks******@takempis.com> wrote in message
> > news:u9**************@TK2MSFTNGP09.phx.gbl...
> > > Don't size it at all. Then it will precisely fit its contents.
> > >
> > > --
> > > HTH,
> > > Kevin Spencer
> > > .Net Developer
> > > Microsoft MVP
> > > Big things are made up
> > > of lots of little things.
> > >
> > > "JezB" <je***********@blueyonder.co.uk> wrote in message
> > > news:ub*************@tk2msftngp13.phx.gbl...
> > > > I have a DIV whose contents varies in size according to data. How can
> I
> > > size
> > > > the DIV precisely to fit it's contents ?
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #20

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: 6tc1 | last post by:
Hi all, I have a class (call it class A) that extends UserControl (there is no reason that this couldn't extend Panel). I have a few PictureBox objects in class A. When I increase the size of the...
5
by: Phil Jones | last post by:
Is there a way to determine the size (number of bytes) of an object? I figure this can be done by serializing the object to disk and measuring the file size - but I definately don't want to do...
16
by: JD | last post by:
Hi guys What's the best way to specify font size using CSS? I try to avoid absolute units like pt and px because then users can't resize the fonts in IE, but % and em are a complete pain to use...
14
by: Alan Silver | last post by:
Hello, Sorry if this is covered somewhere, but I've looked at countless sites explaining how to do multicolumn layouts in CSS, but have yet to find one that does what I want. In the old days,...
16
by: Durumdara | last post by:
Hi ! I have a problem. I have a little tool that can get data about filesystems and wrote it in python. The main user asked me a GUI for this software. This user is needed a portable...
2
by: Steve Richter | last post by:
what is the best way to use DataGridView to view data from large database tables? Where the sql select statement might return millions of rows? string connectionString =...
36
by: James Harris | last post by:
Initial issue: read in an arbitrary-length piece of text. Perceived issue: handle variable-length data The code below is a suggestion for implementing a variable length buffer that could be used...
2
by: =?Utf-8?B?TWlrZSBLcmFsZXk=?= | last post by:
In my ASP.NET application, I'd like to set limits on the maximum size of an uploaded file. Normally I'd just set the maxRequestLength of the httpRuntime element in web.config. But in this case,...
2
by: Gabriel Genellina | last post by:
En Wed, 30 Jul 2008 21:29:39 -0300, <python@bdurham.comescribi�: You could use a different hash algorithm yielding a smaller value (crc32, by example, fits on an integer). At the expense of...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.