Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2005

Tip: Looking for answers? Try searching our database.

HtmlTextWriter with Callback

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mike - 27 Jul 2005 18:52 GMT
I write many custom controls and think that the HtmlTextWriter would benefit
from a method such as:

writer.Write("<td>{0}<td>", new HtmlTextWriterCallback(this.WriteCell))

void WriteCell(HtmlTextWriter writer)
{
   writer.Write("Some Content");
}

This is a simple example but for html templating of a site this would be
very efficient, useful and cool.

Thanks,

Mike
Brock Allen - 27 Jul 2005 19:35 GMT
There already is:

Control.SetRenderMethodDelegate

This is how ASP.NET renders controls that have nested code blocks:

<asp:Label><% Response.Write("fooey"); %></asp:Label>

-Brock
DevelopMentor
http://staff.develop.com/ballen

> I write many custom controls and think that the HtmlTextWriter would
> benefit from a method such as:
[quoted text clipped - 12 lines]
>
> Mike

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.