Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hyperlink download in a datagrid

Status
Not open for further replies.

FOXPROG

Programmer
Jan 14, 2001
51
0
0
US
I have a datagrid being populated with data from a file and one of the columns is a hyperlink that I want to populate with one of the fields that is a path to a file to download but I can not seem to figure out where I put the code within the datagrid control. I am assuming one of the properties of the hyperlink control within the datagrid will give me that ability but I am not having any success. Any help would be much appreciated.
 
We need more info. Which of the following is your "DataGrid?"

1. Original DataGrid in Windows Forms (VS 2002/2003)
2. Original DataGrid in Web Forms (ASP.Net)
3. DataGridView in Windows Forms (standard "DataGrid" control in VS 2005/2008)
4. GridView Control in ASP.Net?
 
The original datagrid is in an ASP.net webform.
 
Ahh, well in that case, you should post your question here:
forum855

The VB.Net forum gets more questions and answers for Windows Forms, VB Language syntax, Class Libraries, Console Apps, Windows Service, etc.

The ASP.Net forum gets ASP.Net questions regardless if VB or C# is used.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top