D
David C
I replaced a GridView with a DataList so I could get multiple columns and
now I am getting the error
Invalid postback or callback argument. Event validation is enabled using
<pages enableEventValidation="true"/> in configuration or <%@ Page
EnableEventValidation="true" %> in a page. For security purposes, this
feature verifies that arguments to postback or callback events originate
from the server control that originally rendered them. If the data is valid
and expected, use the ClientScriptManager.RegisterForEventValidation method
in order to register the postback or callback data for validation.
The other thing I noticed is that when I double-clicked a Button control in
the DataList to get the click event code, it did not add the Handles... at
the end of the top line of the Sub. Any ideas why this is occurring?
Thanks.
David
now I am getting the error
Invalid postback or callback argument. Event validation is enabled using
<pages enableEventValidation="true"/> in configuration or <%@ Page
EnableEventValidation="true" %> in a page. For security purposes, this
feature verifies that arguments to postback or callback events originate
from the server control that originally rendered them. If the data is valid
and expected, use the ClientScriptManager.RegisterForEventValidation method
in order to register the postback or callback data for validation.
The other thing I noticed is that when I double-clicked a Button control in
the DataList to get the click event code, it did not add the Handles... at
the end of the top line of the Sub. Any ideas why this is occurring?
Thanks.
David