Properties In "Html" view

J

Jim Heavey

Why does intellisense not show me all of the available properties for a
control, such as a text box when I am adding that control in the HTML view.
For example, "ToolTip" does not show up as a "available" property for a
textbox that I am adding to an EditItemTemplate. Does not seem to mind
that I place the value in the element block, but it does not show it as a
valid property.

Thanks in advance for your assitance!!!!!!!!
 
B

bruce barker

for html intellesense VS depends on an xmlschema that defines the valid HTML
attributes. ToolTip does not showup because its not a valid attribute. You
can add ToolTip, because html is extendable, and you can add any attributes
you want.

-- bruce (sqlwork.com)
 
J

Jim Heavey

Thanks....

I think I read that the next release of VS.Net will have much improved
Intellisense....maybe this will be one of the improvements.

Again...Thanks!
 

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

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top