Browse by Tags

Related Posts

  • Presentation Layer (developer) challenges

    Hi All, I am new to ASP.net and Framework 2.0 but have been working on console VB applications for some time. I would like to produce the listing below from an ASP.NET application. Currently, I have set up a Data Access Layer (including a data adapter) and a Business Logic layer. Both are up and running...
    Posted to Data Presentation Controls (Forum) by seidensc on 06-28-2007, 12:00 AM
    Filed under: nested repeater, Repeater, table, Template Controls GridView, ASP.net 2.0 GridView, asp.net 2.0 GridView databound ItemTemplate, asp.net 2.0 gridview dynamic, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, data repeater control, Datagrids, datailsview, dataview, DetailView, FormView, gridview html, GridView master detail, HTML, webform, Multiview Control, GridView, ASP.NET 2.0 GridView databound
  • Capture GridView render HTML

    Greetings, I have the following code that runs the last thing in the Page_Load event. -------------------------------- Dim SB As New StringBuilder() Dim SW As New StringWriter(SB) Dim htmlTW As New HtmlTextWriter(SW) GridView1.RenderControl(htmlTW) ' Im doing all this so I can clean the html output from...
    Posted to Web Forms (Forum) by chafikb on 11-22-2006, 12:00 AM
    Filed under: render, gridview, html
  • Render Gridview as HTML and insert into email (VB.NET)

    hi i'm wondering if i can take a gridview and render it as an html table to include in an email. I'm using VB.net. Here is my gridview: <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource1" CellPadding...
    Posted to Data Presentation Controls (Forum) by Jonesy26 on 07-07-2009, 12:00 AM
    Filed under: GridView, vb.net, HTML, renderer
  • Render webpage as PFD

    Hi i want to be able to generate a PDF file which displays the content of a webpage. Is this possble? I've googled for hours trying to find a solution with no luck. I'm usin vb.net for the code behind. Thanks, Billy
    Posted to Data Presentation Controls (Forum) by Jonesy26 on 09-07-2009, 12:00 AM
    Filed under: GridView, HTML, render, PDF, contents
Page 1 of 1 (4 items)