A
Arne Garvander
Where can I find a button that can only be submitted only once?
Does the Ajax controlkit have such a button ?
Does the Ajax controlkit have such a button ?
Lucid said:You could put any button in the Ajax update panel and it will do this. Or
in the Page_Load you could always throw in a if(Page.IsPostBack( { return; }
Where can I find a button that can only be submitted only once?
Does the Ajax controlkit have such a button ?
it first, the postback won't actually happen...