Click to See Complete Forum and Search --> : Working with frames


Ayush
01-28-2005, 04:55 AM
Hi

I'm working on a web application on .Net.
I've created two frames(10%, 90%) and calling two .aspx pages.
Now in upper page i'm using a drop-down box.But bcoz of less space in the upper frame, the drop down is not expanding properly.

I don't want to resize my frames.
Can someone help me out.

Ayush

PeOfEo
01-28-2005, 04:45 PM
This is not an asp.net question. How exactly is the drop down box not expanding properly? We are talking about the <select> (<asp:dropdownlist>) tag correct? The reason I moved this was because this relates more to the html markup then the server side script. <asp:dropdownlist> just outputs a select statement when you get right down to it.