HyperLinkColumn problem

Discussion in 'ASP.NET / ASP.NET Core' started by brightmosquito, Jan 14, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I created 2 BoundColumn and 1 HyperLinkColumn in a DataGrid.

    <asp:BoundColumn DataField="Agent" />
    <asp:BoundColumn DataField="AddTime" ...... />
    <asp:HyperLinkColumn ...... />

    I want the whole HyperLinkColumn point to a same page, and the parameters are the values in the 2 BoundColumn. For Example: the HyperLinkColumn will link to "Page_detail.aspx?agent=xxx&amp;addtime=xxx" How can I do That?
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page