An example of easily clicking and double-clicking to update data in the DataGrid

Source: Internet
Author: User
When using the DataGrid to edit data, you may feel that it is not convenient to click the button in the last edit column to modify data. In today's example, we provide a convenient operation method: to modify the data, click "-" and place the cursor in the text box to select the content of the text box. You can directly modify the text box-"and then double-click the line (or double-click the text box) save. This example uses the Employees table in the northwind database in the sqlserver database.
Front-end:
<% @ Page language = "c #" Codebehind = "WebForm87.aspx. cs" AutoEventWireup = "false" Inherits = "csdn. WebForm87" %>
<! Doctype html public "-// W3C // dtd html 4.0 Transitional // EN">
<HTML>
<HEAD>
<Title> WebForm87 </title>
<Meta content = "Microsoft Visual Studio. NET 7.1" name = "GENERATOR">
<Meta content = "C #" name = "CODE_LANGUAGE">
<Meta content = "JavaScript" name = "vs_defaultClientScript">
<Meta content = "http://schemas.microsoft.com/intellisense/ie5" name = "vs_targetSchema">
<LINK href = "css.css" type = "text/css" rel = "stylesheet">
</HEAD>
<Body>
<Form id = "Form1" method = "post" runat = "server">
<Asp: datagrid id = "DataGrid1" runat = "server" AutoGenerateColumns = "False" CellSpacing = "1" BorderWidth = "0px"
CellPadding = "5" CssClass = "border" DataKeyField = "EmployeeID">
<ItemStyle CssClass = "item"> </ItemStyle>
& N

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.