Hi Experts,
am working with c#.net 3.5 windows application.
in my project i have a usercontrol with only a single button.
in my windows form based on some condition am displaying number of buttons here.
for eample i want to display n number of buttons dynamically, here am displaying that usercontrol n times.
but how can i raise clickevent to all those Usercontrol buttons in my windows form?
Please share some code or ideas regarding this (Itz urgent)
Thanks in Advance
--Naren
am working with c#.net 3.5 windows application.
in my project i have a usercontrol with only a single button.
in my windows form based on some condition am displaying number of buttons here.
for eample i want to display n number of buttons dynamically, here am displaying that usercontrol n times.
but how can i raise clickevent to all those Usercontrol buttons in my windows form?
Please share some code or ideas regarding this (Itz urgent)
Thanks in Advance
--Naren
Comment