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. Custom contol not working with asp.net 1.x (If i use dll working properly)

Custom contol not working with asp.net 1.x (If i use dll working properly)

Scheduled Pinned Locked Moved ASP.NET
designcsharpasp-nethelp
2 Posts 2 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.
  • S Offline
    S Offline
    sishya
    wrote on last edited by
    #1

    using System.Web.UI.Design; public sealed class DataGridNavigationBarDesigner : ControlDesigner { public override string GetDesignTimeHtml() { System.Text.StringBuilder sb = new System.Text.StringBuilder(); sb.Append("

    "); sb.Append(""); sb.Append(""); sb.Append(""); sb.Append(""); sb.Append(""); sb.Append(""); sb.Append("

    Number of rows

    Page size    "); sb.Append("

    Current page

    "); sb.Append(" "); sb.Append(" "); sb.Append(" "); sb.Append(""); sb.Append("

    "); sb.Append("

    "); return sb.ToString(); } } The error is during compilation it says cannot find System.ComponentModel.Design; and using System.Web.UI.Design; but since i have the dll it works fine .But i have to do changes to it. Pls suggest solution(alternatives for the same) thnks in advance.

    M 1 Reply Last reply
    0
    • S sishya

      using System.Web.UI.Design; public sealed class DataGridNavigationBarDesigner : ControlDesigner { public override string GetDesignTimeHtml() { System.Text.StringBuilder sb = new System.Text.StringBuilder(); sb.Append("

      "); sb.Append(""); sb.Append(""); sb.Append(""); sb.Append(""); sb.Append(""); sb.Append(""); sb.Append("

      Number of rows

      Page size    "); sb.Append("

      Current page

      "); sb.Append(" "); sb.Append(" "); sb.Append(" "); sb.Append(""); sb.Append("

      "); sb.Append("

      "); return sb.ToString(); } } The error is during compilation it says cannot find System.ComponentModel.Design; and using System.Web.UI.Design; but since i have the dll it works fine .But i have to do changes to it. Pls suggest solution(alternatives for the same) thnks in advance.

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

      Are you sure that the project has reference to the System.Design.dll?

      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