Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional 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 29th, 2006, 01:05 PM
Authorized User
 
Join Date: Apr 2006
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Default create bookmark inside a document

I have to make a set FAQ questionnaire set.I have retrieved the questions from the database in one datagrid. And the answers in a dataset.Now how do I bookmark inside the document.

Pls help Thanks

 
Old December 2nd, 2006, 02:36 AM
Authorized User
 
Join Date: Apr 2006
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to vivekshah Send a message via Yahoo to vivekshah
Default

Hello

You could make your questiones and answers a link, like belows:

<a href="#1">Question 1: blah blah</a>
.... ....

<a name="1">Answer 1: </a>
blah blah(content of answer 1)

So, when you click question, the answer shows up automatically.


Hope this is the solution you opted for....



Vivek Shah





Similar Threads
Thread Thread Starter Forum Replies Last Post
Pass textbox string to Word document bookmark mii2029 ASP.NET 3.5 Basics 1 June 6th, 2008 01:13 PM
Me.Bookmark = Me.RecordsetClone.Bookmark rkellogg Access VBA 5 September 8th, 2006 06:28 AM
document create clinfix BOOK: Professional Ajax ISBN: 978-0-471-77778-6 3 August 8th, 2006 07:09 PM
create 2-columns table from an XML document frosty1575 XSLT 2 May 16th, 2006 04:17 AM
How to create ERD diagram from starting document method SQL Server 2000 5 October 20th, 2005 03:19 PM





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