Search

You searched for the word(s): userid:631694

Matching Posts

  • Re: Invalid postback or callback argument.

    I set EnableEventValidation="false", then my page works with my Webcontrol. but I do not think that is a good idea. <%@ Page Language="C#" MasterPageFile="~/Admin/MasterPage_Admin.master" AutoEventWireup="true" CodeFile="CategoryManagement.aspx.cs" Inherits="Admin_CategoryManagement" Title="Untitled Page" EnableEventValidation="false" %>
  • Re: Invalid postback or callback argument.

    Aphelion wrote: use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation. How to do this? As someone said before, it is not possible to do it in PreRender and there is no Render event. there is Render event in base class. to use it : Protected Overrides Sub Render(ByVal writer As System.Web.UI.HtmlTextWriter) MyBase.Render(writer) End Sub but, the problem is I do not know how to use RegisterForEventValidation method. where is
Page 1 of 1 (2 items)