Add a JS: Confirm () to delete (include update) button

Source: Internet
Author: User

This. Maid command + = new system. Web. UI. webcontrols. Maid (this. Maid itemcommand );

Private void maid (Object sender, system. Web. UI. webcontrols. datagriditemeventargs E)
{
Listitemtype detail = E. Item. itemtype;
If (items = listitemtype. Item | items = listitemtype. alternatingitem)
{
Modufyitem (E );
}
}

Private void modufyitem (datagriditemeventargs E)
{
Webcontrol WC;
Int I = E. Item. cells. Count-1; // here as the delete button is in the lastest Cell
WC = (webcontrol) E. Item. cells [I]);

WC. Height = 25; // set the button style
WC. width = 50;
string JavaScript = "Return confirm ('delete it ?? '); "; // Here is the js to be added
WC. attributes. add ("onclick", JavaScript);
WC. tooltip = E. item. cells [2]. text. trim () + "... ";
WC. tooltip + = "delete this row";
}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.