473,699 Members | 2,720 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to display hyperlinks from database?

I have a database table with many columns:
ItemID , ItemName , ItemLink , ItemSize

I want to display items through a datagrid or whatever in the way that the
ItemName is written and has the ItemLink as its hyperlink.

Any help...
Dec 25 '05 #1
2 1864
"Spam Catcher" <sp**********@r ogers.com> wrote in message
news:Xn******** *************** ***********@127 .0.0.1...
"Bishoy George" <bi****@bishoy. com> wrote in
news:OZ******** *****@tk2msftng p13.phx.gbl:
I have a database table with many columns:
ItemID , ItemName , ItemLink , ItemSize

I want to display items through a datagrid or whatever in the way that
the ItemName is written and has the ItemLink as its hyperlink.

Use a hyperlink control. You can assign the .text property to be the
ItemName and the NavigateURL to be the ItemLink.

--
Stan Kee (sp**********@r ogers.com)


-------------------------------------------------------------

and if the hyperlink column in datagrid , how to make it hyperlinks?
Dec 25 '05 #2
B
Hello,
Visit 4GuysFromRolla. com or DataGridGirl.co m to find article for data grid
that uses hyperlink or custom column in data grid.

I think this will solve your problme.
B

"Bishoy George" wrote:
"Spam Catcher" <sp**********@r ogers.com> wrote in message
news:Xn******** *************** ***********@127 .0.0.1...
"Bishoy George" <bi****@bishoy. com> wrote in
news:OZ******** *****@tk2msftng p13.phx.gbl:
I have a database table with many columns:
ItemID , ItemName , ItemLink , ItemSize

I want to display items through a datagrid or whatever in the way that
the ItemName is written and has the ItemLink as its hyperlink.

Use a hyperlink control. You can assign the .text property to be the
ItemName and the NavigateURL to be the ItemLink.

--
Stan Kee (sp**********@r ogers.com)


-------------------------------------------------------------

and if the hyperlink column in datagrid , how to make it hyperlinks?

Dec 26 '05 #3

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

Similar topics

1
1284
by: Brandon | last post by:
A newbie question for you all: Suppose you have a webpage with two frames: a main frame, and a second frame. You have several hyperlinks to other websites in the second frame. What you want is this: when someone clicks one of the hyperlinks in the second frame, the website that it points to will appear in the main frame. Well, for most hyperlinks, this is easy. You just include the string
6
3956
by: Colleyville Alan | last post by:
I have an application that has an Access table that stores the locations of slides in a Powerpoint file. This used to work fine when there were about 4 files and 200 slides. The database would open all four PPT files at once, and would loop through queriers for ever client and create custom presentations. Now there are 8 files, nearly 500 slides and the computer is bogging down with trying to open them all at once. I know that Access...
1
4938
by: Darryl Neale | last post by:
I have been tasked with reviving an old database that stopped working about 3 years ago :( On one of the tabs is a list of links to other databases utilising the Hyperlink feature of MS Access and one of the problems with this database is that all these files moved to new locations when a big server "move round" occured about a month ago. Whenever i right click the button that opens the page and select "Edit Hyperlink" i get a new...
1
1670
by: M Garelick | last post by:
I have received a database that has absolute hyperlinks (I think that's what they're called). Here's an example: d:\office\files\mc kinzie kenneth\documents\information filed 7-15-97.pdf I can't put the files in drive d:\ -- that's my CD drive. Is there any way to globally alter the hyperlink definitions so I can point them to the directory where I am keeping the files?
6
2233
by: dee | last post by:
Here is a a list of my hyperlinks in my home page: <A class="theclass" href="Default.aspx">Home</A> <A class="theclass" href="Search.aspx">Search</A> <A class="theclass" href="Help.aspx">Help</A> And these are defined in Styles.css file: a.theclass:link, a.theclass:visited { display: block;
1
2371
by: Robin | last post by:
Hello! I'm having trouble with links and hyperlinks in MS Access 2003 - any help would be great! Question 1! The "insert hyperlink" icon opens a browser window, allows the user to browse to the desired file and paste the hyperlink on the form (which obviously remains for on all the records). I am trying to create a
1
3645
by: Janna | last post by:
Hello tech savvy gurus! I hope someone can help me! THE PROBLEM: "Cannot open specified file" when I click on a hyperlink in an Access database when it is located on our server. THE BACKGROUND: I created a folder "Document Library" on my local drive, which contains document sub-folders and the database. For referential integrity, I designed the database with relative hyperlinks (e.g. Folder\File.pdf). The hyperlinks worked perfectly...
2
2527
by: Stubbs54 | last post by:
Hi, I'm currently creating a database to manage a large filing system (so about 2,500 pdf documents). I was going to link the documents in as OLE objects; however, the 2 GB limit in Access has stopped me from doing this. Does Access have a large enough storage capacity to link the documents in through hyperlinks or are these just as large as OLE objects? Also, is there a way for me to change the OLE objects I've already put into the...
2
4303
by: sajtovi007 | last post by:
Hi, I've found code in thread: Using FileDialog property to open File and display FileName in a textbox but: 1. I do not know how to add it in to ACCESS 2003 database. 2. I have fields in database with FirstName, LastName and IDnumber. How to Create folder named "LastName FirstName IDnumber" from ACCESS 2003 (on a click on a batton)? 3. And, additionaly, is it possible to add all files from this folder (folder created and opened in...
0
8687
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8617
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
9174
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...
1
8914
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
8884
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5875
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
4376
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...
0
4629
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3057
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

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.