|
 |
aspx thread: Server Control Question
Message #1 by =?iso-8859-1?Q?Nicolai_Skovmose_S=F8rensen?= <nss@j...> on Tue, 27 Nov 2001 16:11:01 +0100
|
|
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
Message #2 by Adil Rehan <adilrehan@y...> on Tue, 27 Nov 2001 13:19:53 -0800 (PST)
|
|
You might solve your problem using templated server control. ( See .NET Framework Documentation )
HTH,
Adil Rehan
--- Nicolai_Skovmose_Sørensen <nss@j...> wrote:
> 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ørensen
> 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=39&id=17
>
> ---
> You are currently subscribed to
> aspx as: adilrehan@y...
> $subst('Email.Unsub')
> Read the future with ebooks at B&N
> http://service.bfast.com/bfast/click?bfmid=2181&sourceid=38934667&categoryid=rn_ebooks
__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
|
|
 |