HyperLink in a Datagrid

Ido

Freshman
Joined
Oct 12, 2003
Messages
44
Location
Israel
Hi,

I'm writing a web application in vb.net.

I have a datagrid with some columns. 2 of them need to be of hyperlink type.
I know how to make them from hyperlink type.

My questions are:

1. The link doesn't neccecary have to be a web page, mostly the linked that
will be added are to a local folder (e.g, \\ComputerName\folder1\folder2\) or a file. Does the hyperlink support that?

2. I want, in edit mode, to let the user the capability to type\edit a link in
the hyperlink cell, so when he finish to edit - the text he wrote will be
displayed as a hyperlink, and the user would be able to click it.
it is possible?

Thanks.
 
This is what i was tring to do (plus searching in google and this forum).

Thank you for your answer, but you didn't help me.
 
Back
Top