简体   繁体   中英

how to design custom data view in asp.net?

just nondrying if I can achieve same look as this word table in asp.net. I know about gridView but I really want a controller to give me more flexibility when view the data from SQL server just I want some advice in how to design same look 在此处输入图片说明

It looks like you have to use some css, maybe use jQuery DataTables and modify default styles. You may find some hints how to implement that here . You can create your own asp.net control or just go with ajax web service

Use a ListView with an itemtemplate. Then you can simply create it as an HTML table.

ListView Web Server Control Overview

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM