swilson
Posts: 84
|
| Posted: 10/12/2005, 3:00 PM |
|
How do I add a page directive at the top of the aspx code that can be regenerated by ccs during the build?
for example, adding: validateRequest=false in the line:
<%@ Page language="vb" Codebehind="EditHomePage.aspx.vb" AutoEventWireup="false" Inherits... ...%>
I understand that this page is auto-generated from the HTML, and altering it causes a disconnect bewteen the two... but is there another way to change the page directives so as to not create this inconvenience?
_________________
It continues to amaze me, how often the solutions to seemingly complex problems are so very simple. |
 |
 |
E43509
Posts: 283
|
| Posted: 10/13/2005, 10:54 AM |
|
Validate Request is a setting in CCS IDE on the page that you can set to true or false and the page regenerates.
I don't know how to do any other directives wtih the same disconnect.
|
 |
 |
|