CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 2/1/2007 5:15:49 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 4 Views: 122 Favorited: 0 Favorite
5 Items, 1 Pages 1 |< << Go >> >|
svukovic
Asp.Net User
Master Control - a master page for user controls2/1/2007 5:15:49 AM

0

I find Master Page idea brilliante. But wouldn't it be nice to have an ability to assign master layout for user controls?

Does anyone know of something like that?

CSharpSean
Asp.Net User
Re: Master Control - a master page for user controls2/1/2007 5:32:33 AM

0

Look into Themes and Skins. Skins are user to set a template for a contol.

Themes and Skins

Themes and Skins 2 


svukovic
Asp.Net User
Re: Master Control - a master page for user controls2/2/2007 6:36:55 AM

0

Hmm Sean,
themes and skins will only help with STYLING the components not layout.

What I need is something to set the LAYOUT of the user control and use that master layout to place components in. Like in master page but in user controls.

Simple example:

Master Control file
Usercontrol layout storred in something like "Master Control" file that has table with two columns.
----------------
|         |         |
|         |         |
-----------------

User Control A
Now, inside the user control, it would be nice if I can reference that master layout and place components like labels. Those components are marked as X and Y
----------------
|         |         |
|    X   |    Y   |
----------------

User Control B
Other usercontrol can now have other components marked as Z and W
----------------
|         |          |
|    Z   |    W  |
-----------------

 

CSharpSean
Asp.Net User
Re: Master Control - a master page for user controls2/4/2007 10:28:39 PM

0

you can set the layout inside of the controls skin. Just try adding controls(label, etc) within the skin of that control(gridview)

Zhao Ji Ma - MS
Asp.Net User
Re: Master Control - a master page for user controls2/12/2007 6:17:25 AM

0

There is no Master control.

However there are Panel and PlaceHolder controls in asp.net that are used to hold other controls.

The Panel Control is used to contain other controls, e.g. a set of check boxes and labels, etc. This control allows you to show or hide a group of controls at once or add new controls to a page in code dynamically. So you can change it dynamically. PlaceHolder is similar.

Here is an example and its demo:

http://samples.gotdotnet.com/quickstart/aspplus/

 


Zhao Ji Ma
Sincerely,
Microsoft Online Community Support

?Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ?
5 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning ASP.NET 3.5: In C# and VB Authors: Imar Spaanjaars, Pages: 734, Published: 2008
Professional ASP.NET 2.0 Authors: Bill Evjen, Hanselman, Muhammed, Shivkumar, Rader, Pages: 1256, Published: 2006
Visual Web Developer 2005 express edition for dummies Authors: Alan Simpson, Pages: 358, Published: 2005
Visual Basic 2008 For Dummies Authors: Bill Sempf, Pages: 360, Published: 2008
PROFESSIONAL ASP.NET 2.0 DESIGN: CSS, THEMES, AND MASTER PAGES Authors: Jacob J. Sanford, Pages: 504, Published: 2007

Web:
ajax loader in user control within master page Apr 9, 2009 ... ajax loader in user control within master page. I spent hours trying to figure out why my ASP.Net page, which uses a master page with a ...
CodeProject: Passing Parameters to Master Page's User Control ... Nov 6, 2008 ... Simple use of an interface to pass parameters from a Master page to User Controls.; Author: Ponzano Paolo; Section: User Controls; ...
Master Page , User Control,Content page - ASP.NET Forums Hi friend ,I have user control at master page, I want to access it's property using content page I have done code but getting problem in deployment. ...
Nested master page (C#) : Master page « User Control and Master ... 21. User Control and Master Page. 22. Validation by Control ... Exposing a server control from a master page as a public property (C#) ...
find control in user control in master page - bytes Salim, It looks like you are using the ClientID instead of the server side ID. All controls have a "regular" server side ID (The ID you see.

Master Control - a master page for user controls - ng.asp-net ... ajax loader in user control within master page Apr 9, 2009 ... ajax loader in user ... CodeProject: Passing Parameters to Master Page's User Control . ...
Can I dynamically skin a master page? - ng.asp-net-forum ... I can make this work fine without a master page at all by duplicating ... a requested button control and changes the skin ID to the "down" state. ... Dynamically loading user controls ignores the Master Page skin id It ...
Please help - this is so frustrating! Setfocus in a masterpage ... Please help - this is so frustrating! Setfocus in a masterpage ... 2008-04-23, user control inside contentplaceholder in master page, 0 . ...
Is it possible to assign skin to Customer User Controls? - ng.asp ... Master Control - a master page for user controls - ng.asp-net ... But wouldn't it be nice to have an ability to assign master layout for user controls? ...
Last page access using asp.net similar to history.back(-1) - ng ... This is the page the user is requesting or trying to access. ... stopping a master control from rendering · error handling with master pages ...

Videos:
ASPNET Essential 03 Master Pages http://idealprogrammer.com/languages/asp/essential-aspnet-15-free-one-hour-videos-from-fritz-onion/ - Key Concepts: A. Two significant user ...
Home Theater Master MX-700 Universal Remote User Review Review of the Home Theater Master MX-700 Universal Remote Rate this video or find more video product reviews in the Electronics or Television ...
Mind Miracles Seminar 2009 - PART ONE - Hypnosis NLP Psychic ... PART ONE of a video with Dr. Jonathan Royle - THE SEVEN BIGGEST SECRETS OF THE MILLIONAIRE NLP HYPNOTISTS - Discover how to become seriously rich ...
Want Gold in Wow Pvp ? Wow-pvp Gold Guide . Want Gold? Visit http://WorldOfWarcraftSecrets.Weebly.com . If you want gold in then you must visit this site. Seriously! Wow Pvp ...
dbdvrf #7 Debian Developer's Reference http://packages.debian.org/sid/developers-reference - - lists.debian.org] before implementing anything, however, to reduce unnecessary duplication ...






help pls..

<%=%> not working

font changing size

skin for custom web control

reference asp.net page from a master page

gridview datakeynames in a master page

creating and accessing objects from master pages

what runs first: treeview select_change() or page_load()?

menu control

multiple themes..menus constatly downloading images

treeview

select theme stylesheet based on clients screen resolution

accessing masterpage content from customcontrol?

context menu in treeview

menu control not working with static css for hover, etc. on master page

masterpage, button, events, and connecting things

images in css do not show on on the menu control in masterpage

how to change themes dynamicly?

treeview problem

treeview - client side node removal

treeview newbie question

radiobutton in menu control and master page environment not grouped to list

breadcrum working without a sitemap?

using separate file as content

add nodes to child nodes

menu don't want to be displayed horizontaly

making asp.net menu control as transparent

how to set the position of the menu items ussing the menu control on asp.net?

asp:menu + rollovers, best way to manage all this

master pages and loading themes dynamically

   
  Privacy | Contact Us
All Times Are GMT