473,395 Members | 1,616 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.

Tapestry-like Page Framework?

Hi all!

Is there any tapestry-like page framework built on ASP.NET?

I want to be able to write simple page like this:

<html>
...
<body>
Hello, <span insert="User.Name">TestName</span>!

<table>
<tr iterateOver="ProductCollection" itemVariable="product">
<td insert="product.Name">TestProduct</td>
<td insert="product.Price">$1000</td>
<td><input type="checkbox" bind="product.Ordered"/></td>
</tr>
</table>

</body>
</html>
The UI controls are used implicitly, decided by their attributes rather
than the tag name, and their data binds to speficied objects directly
(i.e. there should be nothing like TextBox.Text). And web designers can
edit & preview the page in WYSIWYG editors without any problem, since
it's just plain HTML.

Jan 1 '06 #1
1 1209
Aquila Deus wrote:
Hi all!

Is there any tapestry-like page framework built on ASP.NET?

I want to be able to write simple page like this:


Ummm I just make a more complete sample
http://www.aqd.ath.cx/code-public/sketch/Simple.html

I guess nobody is doing this for .NET... I'll probably need to write it
myself :)

Jan 1 '06 #2

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

Similar topics

1
by: Droolboy | last post by:
Hi, I'm about to start building a simple invoicing system for internal use, and am leaning towards using Java in some form. Thing is, there are so many ways it could be done, I'm having a hard...
2
by: Alan Chandler | last post by:
I am trying to create a CSS that deals with some automatically generated content (using tapestry). It is effectly a list of items that I have read from a database. Each row of the table is a...
4
by: Alan Chandler | last post by:
Earlier in the week I posted a problem with the height of a div in the first row of a table I was constructing using tapestry as an the engine generating the html. This problem was across a range...
18
by: Robert | last post by:
Hi! I was wondering if the was any way to determine the state of the caps lock key, on or off. Of course I can capture the key events and see whether the caps lock is pressed, but that does not...
4
by: SH_on_Google | last post by:
Hello, My input normally regards Access, but thought I'd post this question to a few of my Access groups about a more general database curiosity. I'm helping out a music band that does their own...
11
by: Mr. Berserker | last post by:
I was posting stuff to a mailing list when a friend, Prof. Corbessero and I came up with this one. Perhaps you can help resolve this, or add anything else worth knowing?? Maybe it should be added...
23
by: myth.drannon | last post by:
lets say I have a header file : struct AAAA { blabla..... }; typedef struct AAAA A; typedef struct BBB
47
by: mister catering | last post by:
I have a doubt... why is so dificult to reuse software developed under the same language (not only c of course) and under the same compiler?. It seems the language itself is not enough to build a...
1
by: HarishAdea | last post by:
Hi, I am trying to run the JAVA pgm, but it is giving error as "selection does not contain a main type". The filename is "ScoreLeadSummary.java" when i try to run it or debug,it gives the pop...
1
by: [FX] Tarandeep singh | last post by:
Im working on an application that uses Tapestry and DOJO. I added some javascript logic to existing HTML and it fails to run when deployed, javascript executes fine otherwise....
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.