开发者

How to make this gridview in ASP.NET?

I got a new task for a different kind of gridview.开发者_JS百科 How do I create this type of gridview?

How to make this gridview in ASP.NET?


Just create the HTML table using TemplateFields:

http://msdn.microsoft.com/en-us/library/bb288032.aspx

Better still use a DataList:

http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/data/datalist.aspx


It can be done using two nested gridviews: a gridview in the template field of another gridview.


A Label accept to use HTML, just put the tags in there starting with <html>. Maybe it's possible to do what you want.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜