PDA

For continued disscussion on this topic : ASP.NET user control events: C#



Spudhead
05-17-2001, 05:31 PM
Hi,

OK, bit of a strange one this but I'm hoping somebody with better c# than me (ie: more than 2 weeks poking around) might be able to help.

I'm trying to create a simple, generic user control - a dropdown list for choosing months. However, I've soon found (probably as this is still all beta stuff) that getting such a control like this to fire events into the page it's embedded on is not easy. In fact, it requires a fairly heavy-looking piece of C# that scares me to even look at. But that's the point - I've found the code that will apparently do it, I just can't plug the bugger in.

Basically, is there anyone out there who would be willing to take a look at my user control code, and this chunk of C#, and possibly take a stab at combining the two? Or even just pointing me gently in the right direction?

Many thanks,

BW