Search results for query: *

  • Users: dl0dth
  • Content: Threads
  • Order by date
  1. D

    Absolute size on all asp:TextBox

    I need to do an absolute size on each individual asp:TextBox control on my form based on the required length, and also because of space constraints. How is this done? I've tried several ways of doing this with the asp:TextBox tag itself and also some CSS but it seems to get ignored. How do I...
  2. D

    Question Need HTML on current ASPX page (the rendered and complete, including filled out fields)

    I need to get the current HTML render string data from the current page while I'm in code behind. I need the HTML so I can pass the literal HTML as it is rendered in the browser at this moment to a PDF rendering engine that will make it into a PDF file. I'm not concerned with security or...
Back
Top