|
 |
aspx thread: SV: Server Control Question
Message #1 by "Mats Boberg" <Mats.Boberg@n...> on Tue, 27 Nov 2001 16:33:48 +0100
|
|
I think the easiest way; is to define your own header, footer, and data
rows that the designer can set attributes on and use and not you
changing data in their design. What if they want to change the layout
add a <td></td> or <tr></td>
-----Ursprungligt meddelande-----
Fr=E5n: Nicolai Skovmose S=F8rensen [mailto:nss@j...]
Skickat: den 27 november 2001 16:11
Till: ASP+
=C4mne: [aspx] Server Control Question
Hi people,
Im building a server control to handle and display data from our content
database. Anyway I need to access the layout the designers provide. And
then
replace their keywords with my data.
They will put the control on their page like this :
<ChannelControl:News>
<table>
<tr><td>bleh</td></tr>
</table>
</ChannelControl:News>
My question is, how do I access the HTML in between the start and end
tag ?
Thanks in advance
Nicolai S=F8rensen
Jubii A/S - Programmer
---
VBug Winter Conference 2001
Open Forum: Dan Appleman will be hosting an open
forum at The .NET Developer's Conference on
29th November 2001. The session will give
developers the chance to discuss and question
Dan on his experience with the .NET environment.
Dan has been programming Visual Basic since the
alpha version 1.0. And with over 10 years
Visual Basic experience is well qualified to
help you on your road to being a .NET Guru.
http://www.vbug.co.uk/redirect.asp?url=3D39&id=3D17
---
You are currently subscribed to
aspx as: mats.boberg@n...
$subst('Email.Unsub')
Read the future with ebooks at B&N
http://service.bfast.com/bfast/click?bfmid=3D2181&sourceid=3D38934667&cat
ego
ryid=3Drn_ebooks
Message #2 by Quinton Sheppard <quintons@k...> on Tue, 27 Nov 2001 15:43:04 -0000
|
|
what is a server control?
-----Original Message-----
From: Mats Boberg [mailto:Mats.Boberg@n...]
Sent: Tuesday, November 27, 2001 3:34 PM
To: ASP+
Subject: [aspx] SV: Server Control Question
I think the easiest way; is to define your own header, footer, and data
rows that the designer can set attributes on and use and not you
changing data in their design. What if they want to change the layout
add a <td></td> or <tr></td>
-----Ursprungligt meddelande-----
Fr=E5n: Nicolai Skovmose S=F8rensen [mailto:nss@j...]
Skickat: den 27 november 2001 16:11
Till: ASP+
=C4mne: [aspx] Server Control Question
Hi people,
Im building a server control to handle and display data from our
content
database. Anyway I need to access the layout the designers provide. And
then
replace their keywords with my data.
They will put the control on their page like this :
<ChannelControl:News>
<table>
<tr><td>bleh</td></tr>
</table>
</ChannelControl:News>
My question is, how do I access the HTML in between the start and end
tag ?
Thanks in advance
Nicolai S=F8rensen
Jubii A/S - Programmer
---
VBug Winter Conference 2001
Open Forum: Dan Appleman will be hosting an open
forum at The .NET Developer's Conference on
29th November 2001. The session will give
developers the chance to discuss and question
Dan on his experience with the .NET environment.
Dan has been programming Visual Basic since the
alpha version 1.0. And with over 10 years
Visual Basic experience is well qualified to
help you on your road to being a .NET Guru.
http://www.vbug.co.uk/redirect.asp?url=3D39&id=3D17
---
You are currently subscribed to
aspx as: mats.boberg@n...
$subst('Email.Unsub')
Read the future with ebooks at B&N
http://service.bfast.com/bfast/click?bfmid=3D2181&sourceid=3D38934667&ca
tego
ryid=3Drn_ebooks
---
VBug Winter Conference 2001
Open Forum: Dan Appleman will be hosting an open
forum at The .NET Developer's Conference on
29th November 2001. The session will give
developers the chance to discuss and question
Dan on his experience with the .NET environment.
Dan has been programming Visual Basic since the
alpha version 1.0. And with over 10 years
Visual Basic experience is well qualified to
help you on your road to being a .NET Guru.
http://www.vbug.co.uk/redirect.asp?url=3D39&id=3D17
---
You are currently subscribed to
aspx as: quintons@k...
$subst('Email.Unsub')
Read the future with ebooks at B&N
http://service.bfast.com/bfast/click?bfmid=3D2181&sourceid=3D38934667&ca
tegoryid
=3Drn_ebooks
_____________________________________________________________________
This message has been checked for all known viruses by UUNET delivered
through the MessageLabs Virus Control Centre. For further information
visit
http://www.uk.uu.net/products/security/virus/
Confidentiality: This e-mail and its attachments are intended for the
above
named only and may be confidential. If they have come to you in error
you
must take no action based on them, nor must you copy or show them to
anyone;
please reply to this e-mail and highlight the error.
Security Warning: Please note that this e-mail has been created in the
knowledge that Internet e-mail is not a 100% secure communications
medium.
We advise that you understand and observe this lack of security when
e-mailing us.
Viruses: Although we have taken steps to ensure that this e-mail and
attachments are free from any virus, we advise that in keeping with
good
computing practice the recipient should ensure they are actually virus
free.
Message #3 by =?iso-8859-1?Q?Nicolai_Skovmose_S=F8rensen?= <nss@j...> on Wed, 28 Nov 2001 13:21:12 +0100
|
|
Well, I want to give the designers complete control of the HTML that
the
control outputs and I want it to be simple. The template functionality
that
the datagrid/datalist offers just dosnt give me enough control over the
HTML
output and would mean the designers needing to learn how to use
properbly it
as well.
So I want the control to be able to use the HTML/Layout the designers
provide and not generate HTML pending on some properties, what if the
designer suddenly wants to fill out a dropdown box instead of a table ?
There are numerous possibilities and I need to support them all and
providing them with properties so I can generate code for all of these
possibilities is really isnt an option for me.
So back to the original question : How do I access the data between the
control tag ?
Like this :
<control:test>THIS IS THE DATA I WANT!</control:test>
Regards
Nicolai S=F8rensen
Jubii A/S - Programmer
-----Original Message-----
From: Mats Boberg [mailto:Mats.Boberg@n...]
Sent: 27. november 2001 16:34
To: ASP+
Subject: [aspx] SV: Server Control Question
I think the easiest way; is to define your own header, footer, and data
rows that the designer can set attributes on and use and not you
changing data in their design. What if they want to change the layout
add a <td></td> or <tr></td>
-----Ursprungligt meddelande-----
Fr=E5n: Nicolai Skovmose S=F8rensen [mailto:nss@j...]
Skickat: den 27 november 2001 16:11
Till: ASP+
=C4mne: [aspx] Server Control Question
Hi people,
Im building a server control to handle and display data from our
content
database. Anyway I need to access the layout the designers provide. And
then
replace their keywords with my data.
They will put the control on their page like this :
<ChannelControl:News>
<table>
<tr><td>bleh</td></tr>
</table>
</ChannelControl:News>
My question is, how do I access the HTML in between the start and end
tag ?
Thanks in advance
Nicolai S=F8rensen
Jubii A/S - Programmer
---
VBug Winter Conference 2001
Open Forum: Dan Appleman will be hosting an open
forum at The .NET Developer's Conference on
29th November 2001. The session will give
developers the chance to discuss and question
Dan on his experience with the .NET environment.
Dan has been programming Visual Basic since the
alpha version 1.0. And with over 10 years
Visual Basic experience is well qualified to
help you on your road to being a .NET Guru.
http://www.vbug.co.uk/redirect.asp?url=3D39&id=3D17
---
You are currently subscribed to
aspx as: mats.boberg@n...
$subst('Email.Unsub')
Read the future with ebooks at B&N
http://service.bfast.com/bfast/click?bfmid=3D2181&sourceid=3D38934667&ca
tego
ryid=3Drn_ebooks
---
VBug Winter Conference 2001
Open Forum: Dan Appleman will be hosting an open
forum at The .NET Developer's Conference on
29th November 2001. The session will give
developers the chance to discuss and question
Dan on his experience with the .NET environment.
Dan has been programming Visual Basic since the
alpha version 1.0. And with over 10 years
Visual Basic experience is well qualified to
help you on your road to being a .NET Guru.
http://www.vbug.co.uk/redirect.asp?url=3D39&id=3D17
---
You are currently subscribed to
aspx as: nss@j...
$subst('Email.Unsub')
Read the future with ebooks at B&N
http://service.bfast.com/bfast/click?bfmid=3D2181&sourceid=3D38934667&ca
tegoryid
=3Drn_ebooks
|
|
 |