> control from the code beside page (ie. UserControlConsumerPage.cs) I do
> not
> see a reference to the control in intellisense. Here is my user control
> code
> from the UserControl.ascx:
So, is the problem with intellisense?
Ensure that you have given an appropriate ID to the control.
I don't see you using "ContractInfo1" anywhere... may be because the code
was clipped.

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------
petro - 25 Sep 2006 16:47 GMT
I found the problem. It was not with the user control at all. I had copied
and pasted the page dcirective from one page to other pages and did not
change the codefile and inherits references. Once I fixed that the user
control worked as expected. Thanks for your reply.
> > control from the code beside page (ie. UserControlConsumerPage.cs) I do
> > not
[quoted text clipped - 7 lines]
> I don't see you using "ContractInfo1" anywhere... may be because the code
> was clipped.