如何使用C#将Hyperlink一个表提供给同一HTML页面中的另一个表? [英] How to give Hyperlink one table to another table in Same HTML page using C#?

查看:116
本文介绍了如何使用C#将Hyperlink一个表提供给同一HTML页面中的另一个表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello Team,



我需要将XML文件中的数据解析为HTML页面。



我在HTML页面中以表格格式保存XML数据。



我在HTML页面中有两个表格。



如何在同一个HTML页面中从一个表到另一个表提供超链接。



我的是Windows表单应用程序。



谢谢,

Siri

Hello Team,

I need to parse the data in XML file to HTML page.

I am keeping XML data in a tabular format in HTML page.

I have two tables in HTML page.

How to give hyperlink from one table to another table in the same HTML page.

Mine is Windows form application.

Thanks,
Siri

推荐答案

Set name and id attributes to the table (Ex: <table id="table1">) you want to display and from another table's hyperlink just provide href="#table1".

It will scroll to the table automatically.


这篇关于如何使用C#将Hyperlink一个表提供给同一HTML页面中的另一个表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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