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.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 :)
Tuesday, March 13, 2012
Tapestry-like Page Framework?
Labels:
allis,
asp,
built,
framework,
ltbodygthello,
net,
neti,
page,
tapestry-like,
thislthtmlgt,
write
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment