|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Is there a Library or component for creating HTML?easier? EXAMPLE: It might have functions like: dim hConverter as new HTMLConverter dim hTable as new TableObject (rows, col) hTable.Cell (1,1)=hConverter.ToBold ("Hell world") + " this is NOT bolded" WebBrowser.Text=hTable.toHTML I think you get the idea. Component need not be free. Try the ASP.NET user group for a question like this.
Yes, there is a whole class structure that supports HTML object rendering. Create a new web project and it will have all the necessary references, and you will have access to classes such as System.Web.HtmlTable. Paul Show quoteHide quote "Mr. Analogy" <MrAnal***@gmail.com> wrote in message news:1157152829.169824.43650@b28g2000cwb.googlegroups.com... > > Does anyone know of a library, DLL, etc. what would make creating HTML > easier? > > > EXAMPLE: > It might have functions like: > > dim hConverter as new HTMLConverter > dim hTable as new TableObject (rows, col) > > hTable.Cell (1,1)=hConverter.ToBold ("Hell world") + " this is NOT > bolded" > > > WebBrowser.Text=hTable.toHTML > > I think you get the idea. > > Component need not be free. >
Structures, Classes for storing data
Changing the text of a Command Button using SetWindowText Is Thread.Abort() blocking until Thread has exited? "If" statement asking for integer Stream Appending text to an array of textboxes how to add dynamic tooltip when dragging scrollbar of datagridview what is wrong with this StreamWriter, FileStream throwing uncatchable NullReferenceException C# keyword default(T) to VB.net |
|||||||||||||||||||||||