## in ASP.NET 2.0

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

Can you point me to some info about this apparently new feature of ASP.NET
2.0? In an ASPX file, for example, you can have ##

I haven't been able to find any info on that in the help file or online.

Thanks.
 
Can you provide some context for this? Show the code that has this in it?
 
I can't find anything myself; however, you might look into the ComponentArt
functionality and see if it's not something that they came up with. It
appears that the "##" is being used in place of "<%#"/"%>". You might try
with a standard ASP.NET control to see if it works.
 
You might be right about this being a specific ComponentArt "placeholder"
type of thing. I thought about that after posting here. Too bad if it is,
because VS 2005 sees this as a problem because it is trying to get to the
image to validate that it exists, and of course it does not. 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

Back
Top