Do you have codes in you Page_Load events? if yes, then perhaps by adding the following will help.
if (!Page.IsPostBack)
{ //do something }
↧
Re: Invalid postback or callback argument
↧
Do you have codes in you Page_Load events? if yes, then perhaps by adding the following will help.
if (!Page.IsPostBack)
{ //do something }