User control problem

A

Astroboy

I have create a user control and set
public property PageTitle as string
get
return _pageTitle
end get
set(value as string)
_pageTitle=value
end set
end property
somehow it's doesn't show up on the property page(F4) and also when I go to
behind coding, it's doesn't have usercontrol listed, so cannot perform
assignment like
usercontrol1.pagetitle="hello"

Is it not support in ASP.NET???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top