本文介绍了详细视图中的Validationrequest问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个详细的视图,其中有一个约束区域.在更新或插入模式下,我想在文本框之一中输入脚本标签.但是它给页面验证设置了Validationrequest = True的错误.我已经完成了工作,但现在不能输入新的插入内容.

I have a detail view in which i am taking a bound field . In the updation or insertion mode i want to enter the script tag into one of the text box. But its giving error that set Validationrequest=True at page directive . I had done and its working but i m not able to enter the new insertion now .

推荐答案

ValidateRequest="false"

.aspx源页面中的代码.

in <@ page > tag in .aspx source page.


这篇关于详细视图中的Validationrequest问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-11 21:25