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 3949882
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T01:32:46+00:00 2026-05-20T01:32:46+00:00

I suspect my issue revolves around a poor understanding of how custom event handlers

  • 0

I suspect my issue revolves around a poor understanding of how custom event handlers work in ASP.NET. I’ve read several articles but the target audiences have been attempting something different from what I am.

I’ve created a UserControl that is dynamically placed onto my page during the Init event. It populates and works great, but I’m left scratching my head at how to retrieve data from it during a postback.

It’s effectively a multipick combobox that is manipulated entirely using clientside JavaScript (I’m using jQuery heavily). Inside the control container element, I render an empty DIV element that contains all of the selected items. As the user selects items, I generate DIVs within that container DIV that includes some markup. Of interest to me on the server side are the contents of a couple of INPUT fields.

After selecting an item, the rendered HTML looks something like:

<div class="multiPickContainer">
  <div class="multiPickItem">
    <input type="text" />
    <input type="hidden" />
  </div>
</div>

The problem, of course, is that these selected items were generated on the client side and the server doesn’t have any knowledge of them (e.g. there’s no runat=”server” – it’s pure HTML).

On any post[back], I’d like an event handler to fire within my custom control that enables me to examine what elements are in this container DIV. I’d like this event to fire regardless of whether the user made any selections (the control may have been prepopulated, in which case I’d still like to know what selections are in it).

What I’m after is something like this:

private GenerateControl(TemplateControl page){
  var control = page.LoadControl("~/MyControl.ascx") as MyControl;
  control.OnPostBack += HandlePostback;
}

I may be completely off track and this may actually be impossible (or a stupid idea). The only alternative I can think of is to emit actual ASP.NET controls and hook the built-in event handlers.

Can anyone make any suggestions, or point me to any good literature that discusses creating custom event handlers?

  • 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-05-20T01:32:46+00:00Added an answer on May 20, 2026 at 1:32 am

    If you give your inputs a name attribute, the values will show up in Request.Form

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've notice an issue - it feels like a bug but I suspect a
I'm having a lot of issues with NSDate objects being prematurely deallocated. I suspect
I suspect that one of my applications eats more CPU cycles than I want
Just as in title. Is suspect it is, but I couldn't find it anywhere
I'm trying to get this piece of code working a little better. I suspect
I've got no experience with this, so i suspect my logic is overly complicated,
I'm trying to build a very, very simple micro-webapp which I suspect will be

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.