Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Earl Teigrob #1
Making datagrid hyperlink column displays Link or Text???
I am creating a download page that will display a download link for each
product that has not already been downloaded.. I know how to test for
true/false within the datagrid, but how do I make a column display a Link
(Download Now) or Text (Already Downloaded) . I would normally use a
ButtonColumn when every row is a link, but I don't know how to make that
work in this case.
Thanks for your help
Earl
Product 1 Download Now (link)
Product 1 Download Now (link)
Testing for True False:
Visible='<%#
!csCommonLibrary.Common.IsStringEmpty(DataBinder.E val(Container.DataItem,"Do
wnloadDate")) %>'
Earl Teigrob Guest
-
Hyperlink template column and change link text based on Condition
How do I create a Hyperlink column in a Datagrid which launches a pop-up window, and have the text in the hyperlink change based on a condition? I'm... -
Hyperlink column in datagrid
I am trying to insert a hyperlink column in a datagrid the field consist of a http://www.something.no/text.asp?id=FieldID where FieldID is the... -
color of hyperlink column of datagrid
Hi, I have a web page which written by ASP.net. The page contains a datagrid. Inside a datagrid, there is a hyperlink column. When user... -
Getting ID from Datagrid hyperlink column
I have a datagrid containing a column: <asp:Hyperlinkcolumn headertext="View/Edit" Datanavigateurlfield="individualid"... -
Dynamic DataGrid Hyperlink column
Is there a way to dynamically set the field DataNavigateUrlFormatString in a hyperlink column of a datagrid? Currently, if a user clicks on the...



Reply With Quote

