user control is not getting loaded
-
Hi I am using window form with C# as code behind I have created a user control and trying to call in the window application .I am able to load the dll in the reference but in the "my user control" of the toolbox it doesn't gets loaded the page is blank.If I hardcode in code behined too it doesnt get loaded in the form(GUI). I dont know what causing the problem .Have any idea what I am suppose to do. sasi
-
Hi I am using window form with C# as code behind I have created a user control and trying to call in the window application .I am able to load the dll in the reference but in the "my user control" of the toolbox it doesn't gets loaded the page is blank.If I hardcode in code behined too it doesnt get loaded in the form(GUI). I dont know what causing the problem .Have any idea what I am suppose to do. sasi
use this link to get the solution. this link specifies how to create a usercontrol. I tried and it worked fine. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/ vbwlkwalkthroughcreatinginheritedcontrolwithvisualc.asp those who win are those who believe they can