T
Tom Gao
how come something like
NavigateURL = 'foo.aspx?cpid=<%# DataBinder.eval( Container.DataItem,
"DataItem.Foo"%>&nid=<%# DataBinder.eval( Container.DataItem,
"DataItem.Foo2"%>'
forgive me if I made a mistake in typing.. I just typed off the top of my
head.
The problem is when I do something like this (when syntax and typing are
correct) after execution the applicatiou would give me the url of
'foo.aspx?cpid=<%# DataBinder.eval( Container.DataItem,
"DataItem.Foo"%>&nid=<%# DataBinder.eval( Container.DataItem,
"DataItem.Foo2"%> without executing the inline code... why is that ?
Thanks
Tom
NavigateURL = 'foo.aspx?cpid=<%# DataBinder.eval( Container.DataItem,
"DataItem.Foo"%>&nid=<%# DataBinder.eval( Container.DataItem,
"DataItem.Foo2"%>'
forgive me if I made a mistake in typing.. I just typed off the top of my
head.
The problem is when I do something like this (when syntax and typing are
correct) after execution the applicatiou would give me the url of
'foo.aspx?cpid=<%# DataBinder.eval( Container.DataItem,
"DataItem.Foo"%>&nid=<%# DataBinder.eval( Container.DataItem,
"DataItem.Foo2"%> without executing the inline code... why is that ?
Thanks
Tom