On your usercontrol you'll need to expose the buttons as public properties.
On Thu, Mar 17, 2011 at 3:52 AM, web application <[email protected]>wrote: > I cant use my usercontrol buttons. There are 5 button and i want to > use them every Form in my project but when i am use my > usercontrol(Name:button) in other Form they work as One control. How > can i use all this Buttons as a single button in my Form. Example: > Edit, Save and Delete Button in my usercontrol but when i use them on > other form these controls work as a Control. How can i use them as a > single control. > > -- > You received this message because you are subscribed to the Google > Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML > Web Services,.NET Remoting" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en > or visit the group website at http://megasolutions.net > -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
