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.
thanks.