Dear All,
I am using VB.net
It is found that the <asp:EditCommandColumn/> wouldn't fired an event for
OnEditCommand
If pushbutton has been used:
that is:
<asp:EditCommandColumn ButtonType="PushButton" UpdateText="Update"
CancelText="Cancel" EditText="Edit"></asp:EditCommandColumn>
won't fired a OnEditCommand,
where if LinkButton has been used, all things are normal
<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="Update"
CancelText="Cancel" EditText="Edit"></asp:EditCommandColumn>
Does anyone get the same problem?
Thank you.
Regards,
Angus
angus - 14 May 2004 10:51 GMT
problem solved. it is the problem of PostBack
> Dear All,
>
[quoted text clipped - 23 lines]
> Regards,
> Angus