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 web controls

Custom web controls

Scheduled Pinned Locked Moved ASP.NET
csharpjavascriptcssdebugginghelp
1 Posts 1 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.
  • J Offline
    J Offline
    Juvil John
    wrote on last edited by
    #1

    I am having a pretty weird problems with my custom web controls. basically to start it all, I have a custom web user control, written in C# as a Class inherit as User Control. What it does is like a bread crumbs approach control, if you guys are familiar. I am using a modal pop up extender, a grid pops up then with a separate data pager, when the grid fires selectedIndexchange event then just basically append a dynamic link button into the placeholder with added event onclick to basically just remove it self from the placeholder if clicked. now my problems are. 1. when I get to the last item in the place holder, the onclick event won't fire, it hides itself from the users view, and shows itself back when another link button is added into the placeholder and that's not all, in debug mode there is no event that can capture all those what's happening in that linkbutton when i clicked it, it just hides and yes even javascript on click event can't capture it. 2. datapager in the pop up goes haywire when i click the next button, it hides. I am aware that this might be a problem on how I render the control, but even if I tried this approach in an actual web page and not as a usercontrol I still get the same problems aside from the datapager. I am not trying to find a solution cause this is a really hard problem believe me, if there is then I would welcome it. I just wanted to know if anyone has the same experience? thanks.

    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