Editing Developer Data
In the last sample we displayed data. Now let's allow editing of this data.
Create a new page and call it EditDeveloper.wcsx add a wwWebPage control and assign the class names as shown below:
<%@ Page Language="C#"
ID="EditDeveloper_page"
GeneratedSourceFile="DevDemo\EditDeveloper_page.prg"
%>
<%@ Register Assembly="WebConnectionWebControls"
Namespace="Westwind.WebConnection.WebControls"
TagPrefix="ww" %>
<html >
<head runat="server">
<title>Developer Editor</title>
<link href="westwind.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
</form>
</body>
</html>
So now, we already did the base layout in the last topic, so let's simply copy the content from between the
© West Wind Technologies, 1996-2024 • Updated: 01/13/16
Comment or report problem with topic