Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8326671
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T00:50:22+00:00 2026-06-09T00:50:22+00:00

I am getting the following error: Element ‘HyperLinkColumn’ is not a known element. This

  • 0

I am getting the following error:
Element ‘HyperLinkColumn’ is not a known element. This can occur if there is a compilation error in the Web site.

Within my GridView before I had:

    <asp:BoundField DataField="ProID" HeaderStyle-BackColor="#0066cc" 
     HeaderStyle-Font-Size="7pt" HeaderStyle-HorizontalAlign="center" 
     HeaderText="ProID" ItemStyle-HorizontalAlign="center" />

I replaced that with:

     <asp:HyperLinkColumn DataNavigateUrlField="ProID" 
      DataNavigateUrlFormatString="pro.aspx?pro={0}" 
      DataTextField="ProID" HeaderText="ProID" SortExpression="ProID">
      <HeaderStyle HorizontalAlign="Left" />
      <ItemStyle HorizontalAlign="Left" />
      </asp:HyperLinkColumn>

Not sure why it is giving me this message. My goal is simply to make that column into a hyplink so that I can have the user to to the designated page.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T00:50:25+00:00Added an answer on June 9, 2026 at 12:50 am

    1: You can use HyperLinkField:

      <asp:HyperLinkField DataNavigateUrlFields="ProID"
       DataNavigateUrlFormatString="http://www.google.com/id={0}" DataTextField="ProID"
       HeaderText="ProID" /> 
    

    2: You can use navigateUrl:

      <asp:TemplateField>
        <ItemTemplate>
          <asp:HyperLink runat="server" ID="btnGo" Text='<%# Eval("ProID") %>' NavigateUrl='<%# "pro.aspx?pro" + Eval("ProID") %>' />
        </ItemTemplate>
      </asp:TemplateField>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my client application, I'm getting the following error: Could not find endpoint element
I am getting the following error: try { Element.update(status, This product doesn't exist.); }
We are getting following error when we try to validate our app. This bundle
I've never really paid this close attention but I'm getting the following error: Unknown
I was getting the following error when runing such this code: var dbContext =
Searching element of xml file using C# but getting following Error: Sequence contains no
Am getting following error message on calling WCF service: The formatter threw an exception
I am Getting following error on exporting the video using [exportSession exportAsynchronouslyWithCompletionHandler:^ Error: -[TiBlob
I am getting following error while installing the application on my device. before running
i am getting following error while getting data from dictionary -[__NSCFString objectForKey:]: unrecognized selector

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.