Home All Groups Group Topic Archive Search About
Author
25 Nov 2005 11:48 PM
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.

Author
26 Nov 2005 12:30 AM
Christopher Reed
Can you provide some context for this?  Show the code that has this in it?



Show quoteHide quote
"Michael" <nospam@nospam.com> wrote in message
news:OoRKash8FHA.3880@TK2MSFTNGP12.phx.gbl...
> 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.
>
Are all your drivers up to date? click for free checkup

Author
26 Nov 2005 1:03 AM
Michael
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.



Show quoteHide quote
"Christopher Reed" <carttu@nospam.nospam> wrote in message
news:eaghaCi8FHA.1416@TK2MSFTNGP09.phx.gbl...
> 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...
>> 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.
>>
>
>
Author
26 Nov 2005 1:24 AM
Christopher Reed
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.

Show quoteHide quote
"Michael" <nospam@nospam.com> wrote in message
news:u5YBHWi8FHA.2232@TK2MSFTNGP10.phx.gbl...
> 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...
>> 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...
>>> 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.
>>>
>>
>>
>
>
Author
26 Nov 2005 7:06 AM
Michael
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.


Show quoteHide quote
"Christopher Reed" <carttu@nospam.nospam> wrote in message
news:%23cPIXgi8FHA.2040@TK2MSFTNGP14.phx.gbl...
>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...
>> 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...
>>> 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...
>>>> 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.
>>>>
>>>
>>>
>>
>>
>
>

Bookmark and Share