DataGrid Updates asp:textbox
Trying out the DataGrid Updates example in Chapter 17.
When I run it I get the following error on a browser page
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Type 'System.Web.UI.WebControls.TemplateColumn' does not have a property named 'asp:TextBox'.
Source Error:
Line 123:
Line 124: </EditItemTemplate>
Line 125: <asp:TextBox runat="server"
Line 126: ID="edit_title"
Line 127: Font-Name="Verdana"
Source File: c:\inetpub\wwwroot\DGU\WebForm1.aspx Line: 125
************************************************** *********
In addition I get the following error on the task list in Visual Studio
"The active schema does not support the element 'asp:TextBox'"
|