database helper class

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
edwinet
User
Posts: 15

database helper class

Post by edwinet »

The table render by the database helper class is not rendering the <tbody> after the <theader> on ASP.NET Maker 12
http://www.hkvstore.com/aspnetmaker/demo12/home.cshtml

If you look at the demo on ASP Maker is render fine
http://www.hkvstore.com/aspmaker/demo12/news.asp


edwinet
User
Posts: 15

Post by edwinet »

What I did was move the line 114:
html += "<tbody>";
to line 110.


vincenthung
User
Posts: 88

Post by vincenthung »

Tested with the latest template file (http://www.hkvstore.com/aspnetmaker/templatefile.asp) and it had fixed problem


Post Reply