how can i put it? i tried just puttin in some place
<validaterequest=false>
but it doesnt work..how should i put it?
Printable View
how can i put it? i tried just puttin in some place
<validaterequest=false>
but it doesnt work..how should i put it?
In the page that you don't want validated, you put it in the page declaration:
Code:<%@ Page language="c#" Codebehind="EditPage.aspx.cs" AutoEventWireup="false" Inherits="www.swwarealestate.com.Administrator.EditPage" ValidateRequest="false" %>
tks