-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.htm
28 lines (27 loc) · 1.01 KB
/
readme.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>How to implement CRUD operations using XtraGrid and LinqServeModeSource - Developer Express Example</title>
<style>
html, body, form
{
font-family: Tahoma, Arial, Verdana;
font-size: small;
color: #303440;
}
h1 {
font-size: 125%;
font-weight: normal;
color: Black;
letter-spacing: 101%;
}
</style>
</head>
<body>
<h1>Developer Express Example<br />How to implement CRUD operations using XtraGrid and LinqServeModeSource</h1>
<p>
This example demonstrates how to implement create, update and delete operations using XtraGrid and LinqServeModeSource.
This example works with the standard SQL Northwind database.</p>
<p>You can find sample updates and versions for different programming languages here:<br /><a href="http://www.devexpress.com/example=E4498">http://www.devexpress.com/example=E4498</a>.</p>
</body>
</html>