Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Hero41Day #1
Aspx's Html Injection
Hi,
I'm try to find an easy efficient way to generate my web pages
dynamically from an xml/text file.
What exactly I want?
I want that whenever a pages is loaded it will go and read an xml/text
file which will include the style of the page (tables,div, web
controls, etc) and will build the page according to that. Meaning that
initially the page ("default.aspx") has no html on it and its
entire html is built on the fly, per request. Please keep in mind that
that text/xml file may include names of webcontrols that will have to
be added to the page as will and will render themselves.
In a nutshell, I'm trying to find a way to inject to an aspx file its
"hard core" html (the html which exist at design time in the aspx
file) before its start to load and render itself. Please keep in mind
that I cannot/don't want to start creating those files on the fly,
hence, no file IO writing.
I there any simple way to implement such a thing?
I'm working with .NET 2.0
Any idea would be great,
thanks,
Hero41Day Guest
-
SQL Injection
Hi, I have to check all textboxes in my web application for SQL injection. Is there any ready product that detect SQL inhection patterns? A... -
What is CF injection?
Hello people We are doing a security revision of our application, with the help of some consultants. They alerted us to the risc of ColdFusion... -
SQL Injection Vulnerabilities
In the May 29th, 2005 listserv message from cflib.org, they mention this function, sqlSafe(): http://www.cflib.org/udf.cfm?id=1219 The function... -
Exporting an ASPX's HTML to PDF
I am looking for a way to sort of redirect the Page.Response content to a pdf generator component that would create a pdf file on the fly! I wonder... -
how to protect web server against SQL Injection ?
i didnt find any information where to start . please write something



Reply With Quote

