我如何在asp.net C#页面上显示数据 [英] how i display data on asp.net C# page

查看:104
本文介绍了我如何在asp.net C#页面上显示数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在asp.net页面上动态显示数据,例如:
作者姓名:
书名:
说明:
书名后面会出现链接,以pdf文件形式查看该书.

在此页面上,我将显示数据库中存在的所有书籍.因此作者姓名,书名和描述将针对不同的数据集重复.

请让我知道做到这一点的最佳方法.

i want to display data dynamically on asp.net page like:
Author name:
book title:
description:
there will be link behind the book title to view the book in pdf file.

on this page i will display all the books present in the database. so the author name, book title and description will repeat for different set of data.

Please let me know the best way to do it

推荐答案

做到这一点的最佳方法是拿起书本并开始阅读.发布的每本ASP.NET书籍都涵盖了在页面上显示数据的基本方案.
The best way to do this would be for you pickup a book and start reading. This basic scenario, displaying data on a page, is covered in every ASP.NET book in publication.



我们可以在任何asp.net参考书中找到答案,而您也可以在google中找到答案
您可以尝试使用google.small技巧,您可以使用gridview控件显示数据,而listview控件有很多控件可以动态显示数据
we can find answer in any asp.net reference book and u can find in google
u can try in google.small tip for u you can display data using gridview control, listview controls there is so many controls for dynamically display data


这篇关于我如何在asp.net C#页面上显示数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆