Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 28th, 2006, 05:13 PM
Authorized User
 
Join Date: Apr 2006
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Default linking using anchors

Hello,

I need to show a set of FAQ questionnaire set with a set of questions on the top and then questions and answers at the bottom.And the questions from the top will be linked to the answers at the bottom.

Should I use one datagrid control to show the set of questions only and another datagrid control to show the set of questions and answers .Or something else. Please suggest.

And how do I link the question with the answers in the same page.

pls pls suggest.

 
Old November 29th, 2006, 11:22 AM
Authorized User
 
Join Date: Sep 2006
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi , u can use the combination of
<a name= "sometarget" ></a> and
<a href = #sometarget"><a>

this is the way to link the contents within same page

 
Old November 29th, 2006, 01:00 PM
Authorized User
 
Join Date: Apr 2006
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,
I am using datagrid to retrieve the data from the database.Now where do I put the <a> tag to link inside the page.
Pls help.

Thanks in advance.






Similar Threads
Thread Thread Starter Forum Replies Last Post
please help in anchors diablo17 Dreamweaver (all versions) 1 February 26th, 2007 04:58 PM
named anchors stekker XSLT 1 November 16th, 2006 05:03 AM
Anchors srotondo Classic ASP Professional 0 February 8th, 2005 07:50 PM
How do you create anchors programatically? ggreen001 Classic ASP Components 1 August 28th, 2003 08:35 AM
RE: Linking sherr8 SQL Server 2000 2 July 30th, 2003 02:29 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.