Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Building Controls
Building af editable control
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Anders Jacobsen, post: 4256578"] Hi I want to create a custom control which _could_ look like something lige below <form method="POST" action="Composition2.aspx" runat=server> <MyControls:BoxControl id="MyBox" runat=server> <MyControls:BoxHeader id="a" runat=server> My header controls (problably one or more Label controls) </MyControls:BoxHeader> <MyControls:BoxContents id="b" runat=server> My actual contente which can be textboxes, literals, user controls and so on </MyControls:Contents> </form> How do I archive that while keeping viewstate etc. intact? I havent done any coding yet before i have some guidelines how to do it I imagine that i can "drag" the control from my toolbox and a 2 pane control is rendered. In these two panes (one for header and one for contents) i can drag noraml controls and user controls into. The base idea is to have a box like look which sourround section of my page. I will use "round image" corners so i would like not to have to define this table layout multiple time on each page on and every page. Hope i made my self clear. Thanks! Regards Anders [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Building Controls
Building af editable control
Top