hi guys,
I have one user control (lets call it user control B) embedded in another user control (lets call it user control A). Is it possible to call function in user control A from a function in usercontrol B?
thanks guys
you are absoluty right ca8msm. I tried it on VS 2003 and it worked flawlessly. However, I was trying it on VS 2005 and the intellesense wouldn't show any function for parent control from child control. Here is what i mean:
((ucParent)(this.Parent)).
When i type the above code in the child control's code behind and after I type '.' the intellesense should show all the function of ucParent, but it doesn't. Any thoughts on that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.