bijeshputhalath wrote:
private void dlGallery_EditCommand(object sender, System.EventArgs e)
void dlGallery_EditCommand( Object sender, DataListCommandEventArgs e ) {
bijeshputhalath wrote:
private void dlGallery_updateCommand(object sender, System.EventArgs e)
private void dlGallery_updateCommand(object sender, DataListCommandEventArgs e)
bijeshputhalath wrote:
private void dlGallery_cancelCommand(object sender, System.EventArgs e)
private void dlGallery_cancelCommand(object sender, DataListCommandEventArgs e) If you want sample for that, please check the following link. http://www.dotnetjohn.com/articles.aspx?articleid=17 http://authors.aspalliance.com/aspxtreme/shared/viewsrc.aspx?path=/aspxtreme/sys/web/ui/webcontrols/demos/datalisteditcommand.aspx.src[^] x Hope it helps.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)