CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 3/14/2008 7:05:39 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 4 Views: 38 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
5 Items, 1 Pages 1 |< << Go >> >|
chinnibharath
Asp.Net User
how to fix the height of content place holder in masterpage3/14/2008 7:05:39 AM

0/0

Hi,

I am using masterpage for leftside navigation and header,footer. In leftside navigation i am using the menu control.i want this naviagtion should fixed in all pages i.e if content place holder height is more then leftside it is  giving white space,so i want to fix the naviagtion control so that if i use scroll also it won't scroll.

please help me it's urgent.

Thanks&Regards

bharath

[email protected]
Asp.Net User
Re: how to fix the height of content place holder in masterpage3/14/2008 8:57:14 AM

0/0

Hi,
  Why dont u put the contentplaceholder inside a div in the master page and just fix the width and hieght of that div? This will surely fix the size of the contentplaceholder.


P.S. - Mark the post as answer if it helps you.

Cheers
Sohail Sayed
RunningYA
Asp.Net User
Re: how to fix the height of content place holder in masterpage3/14/2008 2:47:32 PM

0/0

both div and table could complete that job

shafiam
Asp.Net User
Re: how to fix the height of content place holder in masterpage3/25/2008 4:55:28 AM

0/0

table and div is not solve the problem.

Give any solution................. 

[email protected]
Asp.Net User
Re: how to fix the height of content place holder in masterpage3/25/2008 6:33:18 AM

0/0

Both table or div will solve the problem of fixing the hieght of the contentplaceholder---but u need to specify the hieght of the same (i prefer to use div). In case your content grows greater than the specified hieght u may want to enable scrolling ...put the div as in the below example
<div style="height:500px;overflow:auto">
<!--you content placeholder comes here-->
</div>
this should show a scroll bar in case you content is greater than the hieght specified


P.S. - Mark the post as answer if it helps you.

Cheers
Sohail Sayed
5 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
how to fix the height of content place holder in masterpage - ASP ... how to fix the height of content place holder in masterpage. Last post 03-25- 2008 2:33 AM by [email protected]. 4 replies. Sort Posts: ...
Master Page Content Place Holder Changes Shape - ASP.NET Forums I'm trying to design a master page with one content place holder. ... column's width to a fix value which contains the content control. ...
Tomblog » Master Pages To fix this, I simply bound the scroll height to the client height. .... In our master page we add content place holders to enhold specific parts of page. ...
Microsoft Enterprise Content Management (ECM) Team Blog ... The most straightforward fix would be to replace your markup within the " PlaceholderSearchArea" content placeholder with the equivalent in BlueBand. master ...
CodeProject: An Extensible Master-Page Framework for ASP.NET 1.1 ... So the master-page has header, footer, navigator, menus/submenus, and content place-holders that would be filled in later as needed for concrete pages, ...
Good use of a Literal Control - NoodlePad 4) After this is completed, you will then open your master page (if not already done by the IDE) and add two content place holders, to give you a total of ...
ASP.NET 2.0 MasterPages and FindControl() - Rick Strahl's Web Log How can i access the method wriiten in the Content Place Holder ASPX page from master page as the ASPX page gets loaded first than the Master Page load ...
ie-soft.de Blog - Tuesday, 20 February 2007 The page layout can overwrite any content placeholder from the master page. Example: The PlaceHolderLeftNavBar can overwrite the left navigation bar. --%> ...
Master page issues To see this problem, create a new website and add a master page. Place the content holder inside a server table like this. ...
CodeProject: Dynamic Message Display. Free source code and ... Allast it adds the Message control to place holder in master page. The page get displayed with message. // #region AddPageMessage /// /// Fix /Add ...




Search This Site:










using unsafe code in the portal

passing value from a page to another page

date select tool

webform is totally different to designer view in vwd.

erros - object reference not set to an instance of an object

built-in reporting features

froms and windows authentication

aspnetdb

localization

getting tabname (how?)

profiles where do they go?

creating dynamic controls

best method to perform paging large dataset using datagrid

textbox validation

sqlexpress in web developer 2005

what's the lifetime of statics?

portal templates - what's in the dnn 3x samples?

custom membership methods being called twice by login api

few questions about visual studio academic version

go to reference or definition between projects

ajax-enabled application is not an option on new windows vista machine

dnn as core app or plugin app

example with source for editable datagrid with dropdowns c#

has anyone looked at the mygeneration code generator?

beta.asp.net has rolledback its asp.net version

path not found when including a javascript file in web page

how to set up dnn on a remote shared server?

embedded pdf with "please wait"

dynamically add content to the treeview

menu and <div> problem

 
All Times Are GMT