User Profile
Collapse
-
Mixing Server generated HTML and GUI Design HTML
I often create web pages where everything I display, such as radio buttons, text boxes and labels, is dynamically generated from the aspx.cs page. At other times I create everything on the aspx page using the GUI designer. I now want to do both. How do I generate something on the backend and put it in a specific place on the page that already has other HTML components? -
Proxying a secure web page within my web page
I am trying to display pages from a firewalled web server on an accessible web server. I have access to the public web server and the public web server has access to the private one. In a way I want to have a mini local web client imbeded in a section of my web page. I don't need to browse, just see the status of a backend server.
I am using c# and aspx code behind to access the page. I can get some of the page using this:...
No activity results to display
Show More