tmurray
02-12-2006, 03:31 AM
I'm new to asp.net and...... web development as a whole. I've managed to get the Personal Starter Kit workingand would like to add a Weather Channel script to display local weather. It works on the intial startup buts bombs when you try to login or logout. Error message below.
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.
Any help or suggestions would be appreciated.
TomM
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.
Any help or suggestions would be appreciated.
TomM