Search

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

Matching Posts

  • Re: Problem with gridview RowUpdating event

    If CausesValidation=true, the asp:CommandField will produce an html output like this: <input type="submit" name="gv$ctl02$ctl00" value="update" /> With CausesValidation=false you will get the correct output like this: <input type="button" value="update" onclick="javascript:__doPostBack('gv','Update$0')" /> greetings Erwin
    Posted to Data Presentation Controls (Forum) by HerzogEH on 5/16/2009
Page 1 of 1 (1 items)