protected void sd(object source, DataListCommandEventArgs e) Whats the purpose of this line.
Where i use this line/statement.Whats the utility of it.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 4, 2013, 1:58 PM
However there are several to choose from:
CancelCommand
DeleteCommand
EditCommand
ItemCommand
UpdateCommand
which fire when the appropriate DataList button is clicked (any button in the case of ItemCommand) and there doesn't appear to be any clue from the method name (sd) as to which one is intended.