|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
## in ASP.NET 2.0Can 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?
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. > 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. >> > > 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. >>> >> >> > > 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. >>>> >>> >>> >> >> > >
Other interesting topics
ASP.NET 2.0 Frustration - MS Please Help
TreeView problem ASP.NET does not honor Title nor Javscript options Odd behavior in 2005 with base page classes Accessing session from thread how to parse deeper nested tags in custom control Forms authentication with images on the login page Problem migrating Web Project from ASP.Net 1.1 to 2.0 Open and read/write ASPX file Conditional directive |
|||||||||||||||||||||||