![]() |
|
|
|
#1 |
|
Dear All !
I have one datagrid.The datasource for this datagrid id a DataTable which is having 3 columns like "name,desc and URL" . I can bind the data from the datatable to datagrid. I got result successfully. But the DataGrid column doesn't have the hyperLink column that is the 3rd column(URL). so How can make it to the Hyperlinkcolumn.? NOTE:: (This is not local DATABASE related) advance thanks for all. thiyag2001 |
|
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Aug 2006
Posts: 2
|
Hi,
Add following column to datagrid:- <asp:datagrid> <Columns> <asp:TemplateColumn> <ItemTemplate> <asp:LinkButton id=HyperLink1 runat="server" Font-Underline="True" ForeColor="Blue" Width="100px" Text="ABCD" CommandName="View"> </asp:LinkButton> </ItemTemplate> </asp:TemplateColumn> </Columns> anup_daware |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Aug 2006
Posts: 2
|
Following Book can be very much useful
ASP DotNET Data Web Controls Kick Start (Sams, 2003) anup_daware |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Loading 24,000 rows into C# .net Datagrid | Kagu | Software | 0 | 03-10-2009 06:51 PM |
| validating textbox inside datagrid | susan_1516 | Software | 0 | 11-09-2008 01:29 PM |
| ASP.NET VB Using ItemDataBound to create textbox in datagrid rows. | smi59550 | General Help Related Topics | 0 | 01-18-2008 07:42 PM |
| Disable ASP Button in a Datagrid | ChrisClayko | General Help Related Topics | 0 | 08-02-2006 03:08 AM |
| Counting In Binary | Raymond | A+ Certification | 13 | 03-07-2004 07:28 PM |