Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
111 views

How to edit cell of type Linkcolumn in a gridview

I have a gridview control having 4 columns. one of the column is of type linkcolumn. user has to enters data for each column. How can we edit link column cell. if i click on this cell nothing ...
1
vote
0answers
35 views

WPF C#: How to hyperlink to a bound CollectionViewSource SQL table columns where the selected row items contain local files

I am trying to hyperlink to a bound DataGridColumn called "DwgPDF" containing the locations of each respective row selection's local PDF file location, which I have placed in the project directory ...
1
vote
1answer
219 views

How to edit cell of type Linkcolumn in a gridview

I have a gridview control having 4 columns. one of the column is of type linkcolumn. user has to enters data for each column. How can we edit link column cell. if i click on this cell nothing ...
1
vote
7answers
15k views

C# Add HyperLinkColumn to GridView

I'm trying to add HyperLinkColumns dynamically to my GridView. I have the following code: HyperLinkColumn objHC = new HyperLinkColumn(); objHC.DataNavigateUrlField = "title"; objHC.DataTextField = ...
0
votes
2answers
42 views

URL parameters by Hyperlink column datagrid in aspx

I have class ITEM containing public property of 'ID' and 'Namee'. I am trying the hyperlink url parameters option with data grid. Following is the code of the page. <%@ Page Language="vb" ...
0
votes
1answer
82 views

RDLC Report hyperlink are not working in browser

I have a problem with hyperlinks in my rdlc report. I configured a tablix's textbox by applying steps in this tutorial.(It seems very easy though) It seems to hyperlinks are not working in the ...
0
votes
2answers
930 views

Tilde not resolving in HyperLinkColumn in ASP.NET 2.0

I have an ASP.NET application originally deployed to a .Net 1.1 Framework on Windows 2000 server which i'm now using on a Windows 2008 Server using 2.0.50727. We use the tilde (~) to resolve to an ...