GridView hyperlink + editable?
Tech-Archive recommends: Speed Up your PC by fixing your registry
- From: "news-server.maine.rr.com" <Frank@xxxxxxxxx>
- Date: Fri, 9 Feb 2007 08:58:20 -0800
Hi,
I have the following bound to a database column and want the URL field to be
editable in the GridView control. When the "Edit" link is clicked the field
remains readOnly.
<asp:HyperLinkField DataTextField="URL" HeaderText="URL"
DataNavigateUrlFields="URL" Target="_blank" />
How can I make a hyperlink field that is bound to data also editable?
Thanks,
F-
.
Relevant Pages
- GridView bound DataTable - how to get updates working?
... I have a GridView control bound to a plain DataTable object. ... AutoGenerateEditButton is set to true, Edit button gets displayed, and ... RowEditing event fires as expected. ... editing and Edit button changes to Cancel button? ... (microsoft.public.dotnet.framework.aspnet) - GridView Update Works in XP, Not in 2000? Bug?
... Has anyone heard about an ASP.NET 2.0 bug with retrieving values on the ... fly from a GridView control when in Edit mode? ... value entered into the text box is retrieved into the varField2 ... (microsoft.public.dotnet.framework.aspnet) - Re: Getting the ClientID of a control in a GridView EditTemplate
... >I have a gridview control with an edit template for a field called ... When the Edit button is clicked on the row, ... >present the user with a link beside ScheduledDate that pops up a client ... (microsoft.public.dotnet.framework.aspnet.webcontrols) - Gridview Control in ASP.NET 2.0 Not updating.
... I have created an ASP.NET 2.0 application that utilized a Gridview Control ... to display and update/delete data. ... selected enable edit checkbox so that it automatically adds the edit link to ... Is there some settings that I need to add to the SQL database? ... (microsoft.public.dotnet.framework.aspnet) |
|