473,809 Members | 2,724 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

use text file as link source

can i get an example of how to read values from a text file that will be
used as links on my page.
i'll have a .cvs file ala:
LINK ASP_PAGE
"click me1", "clickme1.a sp"
"click me2", "clickme2.a sp"
"click me3", "clickme3.a sp"

i think i can figure out how to do the read, but need to know how to get it
on the page where i need it.

tia,
mcnewsxp
Mar 6 '08 #1
5 1812
please only answer questions.

postioning code is written in ASP pages.
Mar 7 '08 #2
mcnewsxp wrote on 07 mrt 2008 in microsoft.publi c.inetserver.as p.general:
please only answer questions.
1 what are you responding on?

[please always quote on usenet]
2 This is usenet, not a paid hepldesk
postioning code is written in ASP pages.
Is it?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Mar 7 '08 #3
mcnewsxp wrote:
please only answer questions.

postioning code is written in ASP pages.
BZZZZT
If you can change the file's extension from .asp to .htm and still have
the same question, then you don't have an asp question.

Now, you can continue trying to boss us around and risk not getting an
answer to this or any future question you post in this group (yes,
someone might decide to spend his/her time on an offtopic question - you
should consider yourself fortunate if they do).
Or you can take the well-intentioned advice and post your html/css
question to a group where experts in those tecnologies congregate. Here
are some suggestions:
http://groups.google.com/groups/dir?sel=33584039

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Mar 7 '08 #4

"Bob Barrows [MVP]" <re******@NOyah oo.SPAMcomwrote in message
news:eJ******** ******@TK2MSFTN GP05.phx.gbl...
mcnewsxp wrote:
>please only answer questions.

postioning code is written in ASP pages.

BZZZZT
If you can change the file's extension from .asp to .htm and still have
the same question, then you don't have an asp question.

Now, you can continue trying to boss us around and risk not getting an
answer to this or any future question you post in this group (yes,
someone might decide to spend his/her time on an offtopic question - you
should consider yourself fortunate if they do).
Or you can take the well-intentioned advice and post your html/css
question to a group where experts in those tecnologies congregate. Here
are some suggestions:
http://groups.google.com/groups/dir?sel=33584039

ya'll are a touchy bunch....
thanks for the link.
Mar 7 '08 #5
Put the links inside a table.

Jeff

"mcnewsxp" <mc******@minds pring.comwrote in message
news:Om******** ******@TK2MSFTN GP02.phx.gbl...
can i get an example of how to read values from a text file that will be
used as links on my page.
i'll have a .cvs file ala:
LINK ASP_PAGE
"click me1", "clickme1.a sp"
"click me2", "clickme2.a sp"
"click me3", "clickme3.a sp"

i think i can figure out how to do the read, but need to know how to get
it on the page where i need it.

tia,
mcnewsxp

Mar 10 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2953
by: LP | last post by:
Hi, I have a site which runs on .Net technology. The site is already deployed and running. I need to change 1 file for some small enhancement. Please tell me, how can I compile that 1 file and merge it to the original DLL (the one deployed on the live server) so as to upgrade it. I dont want to recompile the whole project for the 1 file Regards,. LP
4
16164
by: Jim Andersen | last post by:
Version 2000. How do I do something like the example SELECT * FROM OpenDataSource( 'Microsoft.Jet.OLEDB.4.0', 'Data Source="c:\Finance\account.xls";User ID=Admin;Password=;Extended properties=Excel 5.0')...xactions but use a .txt-file instead ?
7
12969
by: A_StClaire_ | last post by:
hi, I'm working on a project spanning five .cpp files. each file was used to define a class. the first has my Main and an #include for each of the other files. problem is my third file needs to access the class defined in my second file and I can't figure out how to work this right. if I use an #include in my third file, my Main gives me a compile-time class redefinition error. if I don't, the third file can't "see" the second
2
1777
by: Code_rEd | last post by:
hello, in query my data source is text file. i execute this in this way: SELECT * FROM .; question: how to in this select i may write, that column separator is tab and how to write, which row is first in my source?
3
4859
by: RN Das | last post by:
Hi expert, I have a small web application in C# and ASP.Net and I want to open a file in notepad when clicked on a linked button. Here is hander code when clicked on the link button. It can open a process of notepad on the server , but does not open the file in notepad. What am I doing wrong? can you show me how to do it please? What I am doing here is : I have datagrid data and when clicked on linkbutton (logFile), it finds the row...
19
3563
by: Joe | last post by:
I have an aspx page (referred to here as page_1) with a datagrid whose first column contains hyperlinks. When a user clicks one of these hyperlinks, he will navigate to another aspx page (referred to here as page_2). I need to cache the value of the link's text (hyperlink.text property) so that I can use it in the page_load event of page_2. I've thought of using a hidden field and then calling Request.Form("hdnClickedLinkText") in the...
3
9561
by: Chung Leong | last post by:
Here's the rest of the tutorial I started earlier: Aside from text within a document, Indexing Service let you search on meta information stored in the files. For example, MusicArtist and MusicAlbum let you find MP3 and other music files based on the singer and album name; DocAuthor let you find Office documents created by a certain user; DocAppName let you find files of a particular program, and so on. Indexing Service uses plug-ins...
9
8431
by: Erwin Moller | last post by:
Hi, Can anybody comment on this? In comp.lang.php I advised somebody to skip using: <script language="javascript"> and use: <script type="text/javascript"> And mr. Dunlop gave this response:
14
11267
by: mfrsousa | last post by:
hi there, i have a huge large text file (350.000 lines) that i want to import to a MS Acccess Database, of course i don't want to use Access, but do it with C#. i already have tried the AddRow method or Insert, reading each line of the text file, the problem of course is velocity, it would take more than 4 hours to add all lines/records to the database.
7
3972
by: pbd22 | last post by:
Hi. Can somebody tell me how I would go about allowing the user to click on a link to put content in text box A and then another link to put different content in text box A and so on. Finally, when onsubmit is fired, all the content created for each individual link (using the same text box) is sent to SQL Server. How do I reuse the same text box in this manner?
0
9601
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10635
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10378
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9198
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6881
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4332
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.