newbie: custom server controls

I

Ivan Misuno

Hello there,
I'm sorry if my question was discussed recently, or covered in MSDN
documentation, but I've accustomed more to classic web-server programming
(PHP, old-style ASP), and just cant figure out proper way to implement and
use server controls...
Is it possible to implement custom server control, that will render, for
example, HTML table, based on number of rows/cells, and their properties,
and to copy HTML code provided in nested tags to output, provided such
formatting:

<cutom:table runat="server" otherProperties="" ...>
<custom:row size="fixed" height="200px">
<custom:td size="fixed" width="200px">
other HTML code here, including other HTML tags
</custom:td>
<custom:td size="resizable" width="100%">
</custom:td>
</custom:row>
</custom:table>

Direction for further search is greatly appreciated.
Thank you very much.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top