Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. register tagfix problem in asp.net

register tagfix problem in asp.net

Scheduled Pinned Locked Moved ASP.NET
csharphelpquestionasp-netdesign
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kal13na13
    wrote on last edited by
    #1

    hi why does my application does not support the below tag? Whenever I create register tagprefix to some data it does not gets displayed in the design view gives me error control. <%@ Register TagPrefix="mbrsc" Namespace="Repeater" Assembly="Repeater.RowSelectorColumn" %> Can anyone give some answer for it and how i can resolve it I am using asp.net with C# kal13na13 -- modified at 7:01 Friday 16th December, 2005

    I M 2 Replies Last reply
    0
    • K kal13na13

      hi why does my application does not support the below tag? Whenever I create register tagprefix to some data it does not gets displayed in the design view gives me error control. <%@ Register TagPrefix="mbrsc" Namespace="Repeater" Assembly="Repeater.RowSelectorColumn" %> Can anyone give some answer for it and how i can resolve it I am using asp.net with C# kal13na13 -- modified at 7:01 Friday 16th December, 2005

      I Offline
      I Offline
      Ista
      wrote on last edited by
      #2

      double check the Assembly tag. It doesn't look like the name of your assembly What does the error say? I'm not an expert yet, but I play one at work. Yeah and here too.

      1 Reply Last reply
      0
      • K kal13na13

        hi why does my application does not support the below tag? Whenever I create register tagprefix to some data it does not gets displayed in the design view gives me error control. <%@ Register TagPrefix="mbrsc" Namespace="Repeater" Assembly="Repeater.RowSelectorColumn" %> Can anyone give some answer for it and how i can resolve it I am using asp.net with C# kal13na13 -- modified at 7:01 Friday 16th December, 2005

        M Offline
        M Offline
        minhpc_bk
        wrote on last edited by
        #3

        There are a couple of things that you may try: + Check the values of the Namespace and Assembly attributes. Btw, the Repeater is not a good choice for the namespace since it's identical to the Repeater control. + Make sure you use the tag prefix specified in the TagPrefix attribute to declare the custom control in the web page. + Try to rebuild the project. + Close the web page and open it again. + Ensure that your custom control is implemented properly.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups