I am building a aspx page. I have noticed that when use <Table><Tr><Td> with
<asp:Checkbox> that the intellisense does not show for <asp:whateverObject> Is there a way to show the intellisense for asp .net objects? If so, how. Or you just can't mix the two. Furthermore, I am building the page through the HTML designer.
Any help will be very much appreciated.
Thanks,
poc1010What HTML Designer are you using? I know that intellisense works with VS.net and maybe WebMatrix. Beyond that I'm not sure.
Jeff
Jeff,
I am using VS.Net. It does work when I only use <asp:Table><asp:TableRow><asp:TableCell> and then use the <asp:any object>. But it does not work when you use <Table><Tr><Td> and then use the <asp:any object>. I am modifying code and do not wish to change the whole page.
I thought there was a way.
Thanks,
poc1010
It should still work. What version of visual studio are you using? What operating system?
Jeff
Jeff,
I am using vs.net 2003 and windows 2000 NT.
poc1010
Which did you install first: visual studio.net or IIS?
Jeff
0 comments:
Post a Comment