Hi There,
I have looked at various sites to solve my problem. The button click event of my user control does not fire. I have created a user control and dropped it into a web form.
I have added the user control as a member variable to the parent control. It is the wiring of the events that I am having issues with.
I found a few sites suggesting using the 'raising the event' to the parent control. Even though I understand the concept, I am confused by the examples. They do not clearly mention where the code goes into - User Control HTML or USer Control Code Behind or Parent control HTML or Code Behind?
Please take a look at the solution offered at this site:
The example is in c# and that adds to my confusion. Can anyone explain to me where the code fits into my solution? I also need the whole code translated into Vb.net.
Please let me know if you need further information about my situation. I really appreciate all of your help so far. Please keep in mind that I am very new to the VS.NET environment.
Thanks
jino
I have looked at various sites to solve my problem. The button click event of my user control does not fire. I have created a user control and dropped it into a web form.
I have added the user control as a member variable to the parent control. It is the wiring of the events that I am having issues with.
I found a few sites suggesting using the 'raising the event' to the parent control. Even though I understand the concept, I am confused by the examples. They do not clearly mention where the code goes into - User Control HTML or USer Control Code Behind or Parent control HTML or Code Behind?
Please take a look at the solution offered at this site:
The example is in c# and that adds to my confusion. Can anyone explain to me where the code fits into my solution? I also need the whole code translated into Vb.net.
Please let me know if you need further information about my situation. I really appreciate all of your help so far. Please keep in mind that I am very new to the VS.NET environment.
Thanks
jino