页面用到了控件FCKeditorV2<FCKeditorV2:FCKeditor ID="txtProNote" runat="server" Height="500px">
                </FCKeditorV2:FCKeditor>$(document).ready(function() {    var form1 = $("#form1");
    var options;
    options = {
        beforeSubmit: CheckAdd,
        dataType: 'json',
        success: AjaxPostFormBack
    };
    form1.ajaxForm(options);});
这段脚本是为提交Form做提交准备,post后,在cs代码中this.txtProNote.Value一直为空值获取不了客户在fckeditor编辑器录入的字符串