search
Twitter Rss Feeds
MicrosoftArticlesForumsGroups
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml/Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

Web ProgrammingArticlesForumsGroups
JavaScript
ASP
ASP.NET
Web Services

Non-MicrosoftArticlesForumsGroups
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

DatabasesArticlesForumsGroups
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsGroups
Microsoft Excel
Microsoft Word
Microsoft Powerpoint
Publisher
Money

Operating SystemsArticlesForumsGroups
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsGroups
Share Point
BizTalk
Site Server
Exhange Server
IIS
Transaction Server

Graphic DesignArticlesForumsGroups
Macromedia Flash
Adobe PhotoShop
Microsoft Expression

OtherArticlesForumsGroups
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Reviews
Search Engines
Resumes

 

Previous Thread:   Open and read/write ASPX file

11/25/2005 3:48:58 PM    ## in ASP.NET 2.0
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.

11/25/2005 5:03:35 PM    Re: ## in ASP.NET 2.0
For example:  
  
<ComponentArt:ClientTemplate Id="PriorityIconTemplate">  
  
<img src="images/## DataItem.GetMember("PriorityIcon").Value ##"  
  
width="8" height="10" border="0" >  
  
</ComponentArt:ClientTemplate>  
  
http://www.componentart.com/demos/grid/features/ajax_grid/WebForm1.aspx  
  
Thanks.  
  
"Christopher Reed" <carttu@nospam.nospam> wrote in message  
  
news:eaghaCi8FHA.1416@TK2MSFTNGP09.phx.gbl...

11/25/2005 6:30:23 PM    Re: ## in ASP.NET 2.0
Can you provide some context for this?  Show the code that has this in it?  
  
"Michael" <nospam@nospam.com> wrote in message  
  
news:OoRKash8FHA.3880@TK2MSFTNGP12.phx.gbl...

11/25/2005 7:24:07 PM    Re: ## in ASP.NET 2.0
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.  
  
"Michael" <nospam@nospam.com> wrote in message  
  
news:u5YBHWi8FHA.2232@TK2MSFTNGP10.phx.gbl...

11/25/2005 11:06:10 PM    Re: ## in ASP.NET 2.0
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.  
  
"Christopher Reed" <carttu@nospam.nospam> wrote in message  
  
news:%23cPIXgi8FHA.2040@TK2MSFTNGP14.phx.gbl...


Pete's Blog   |    Pete's Resume   |    Robbe's Blog   |    Robbe's Resume   |    Archive #2   |    Archive #3   |    Dotnetslackers   |    XmlPitStop   |    Advertise   |   Contact Us   |   Privacy   |   Copyright (c) 2000 - 2009 eggheadcafe.com  All rights reserved.