473,395 Members | 1,937 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

The active schema deos not support the element <...>

Kim
I had no problem with compiling my webpage with the following statement added
to the HTML view until recently:

<asp:repeater id="rp1" runat="server">
<tr><td><%# DataBinder.Eval(Container.DataItem, "Title") %></td></tr>
...........
...........
</asp:repeater>

The intellisense indicating the above-mentioned error occured on every line
of the HTML. Once this block of code is removed, everything was fine again.

Has anyone ever encountered it before ?
Dec 21 '05 #1
2 1281
How is the <tr> line related to the repeater? Is this a part of the
ItemTemplate? The HeaderTemplate? The FooterTemplate? It should be included
in one of the templates.

Eliyahu

"Kim" <Ki*@discussions.microsoft.com> wrote in message
news:41**********************************@microsof t.com...
I had no problem with compiling my webpage with the following statement
added
to the HTML view until recently:

<asp:repeater id="rp1" runat="server">
<tr><td><%# DataBinder.Eval(Container.DataItem, "Title")
%></td></tr>
..........
..........
</asp:repeater>

The intellisense indicating the above-mentioned error occured on every
line
of the HTML. Once this block of code is removed, everything was fine
again.

Has anyone ever encountered it before ?

Dec 21 '05 #2
Kim
Yes. It is within the repeater ItemTemplate.

The above problem does not occur every time. For example when I launch
VS.NET 2003 this time, it disappears again. My actual problem is the repeater
could not be displayed when I select an item from the dropdown list. The
program was not modified but I could not explain the behaviour.

"Eliyahu Goldin" wrote:
How is the <tr> line related to the repeater? Is this a part of the
ItemTemplate? The HeaderTemplate? The FooterTemplate? It should be included
in one of the templates.

Eliyahu

"Kim" <Ki*@discussions.microsoft.com> wrote in message
news:41**********************************@microsof t.com...
I had no problem with compiling my webpage with the following statement
added
to the HTML view until recently:

<asp:repeater id="rp1" runat="server">
<tr><td><%# DataBinder.Eval(Container.DataItem, "Title")
%></td></tr>
..........
..........
</asp:repeater>

The intellisense indicating the above-mentioned error occured on every
line
of the HTML. Once this block of code is removed, everything was fine
again.

Has anyone ever encountered it before ?


Dec 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Chris | last post by:
I have a requirement to have an XML document that consists of an arbitrarily large expression. For simplicity's sake, assume I have the following grammar: expr => term rest term => ID relop ID...
3
by: Kimmo J?rvikangas | last post by:
Dear XML (Schema) experts, As an example I have the following schema: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"...
8
by: Knighterrant | last post by:
I want to copy elements from one namespace to anothor, how to create the xslt? for example, the source data is: <s:mail xmlns:s="urn:source-namespace"> <s:subject>xxxx</s:subject>...
2
by: Json | last post by:
Ok, brand new to SQLXML 3.0 and its various issues. Heres what I'm trying to do: 1. I am trying to load xml data into an empty SQL table from my .NET console application. 2. This isn't a huge...
5
by: Jeff | last post by:
We are using .Net and the wsdl Utility to generate proxies to consume web services built using the BEA toolset. The data architects on the BEA side create XML schemas with various entities in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.