mcerquinho
Junior Member
Posts: 2
Registered: 12/19/2007
Location: Brazil
Member Is Offline
|
| posted on 12/19/2007 at 10:40 PM |
|
|
.NET
Hi All,
I'm trying to use tigra hints with this code below :
var HINTS_ITEMS = [
wrap2('<%# Eval("BAIRRO") %>')
];
it's possible ???
Can work with C# ?
Any Ideas ?
Thank's !
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 12/20/2007 at 01:40 AM |
|
|
tigra hints is pure client side product and it is compatible with any server side technology
|
|
|
mcerquinho
Junior Member
Posts: 2
Registered: 12/19/2007
Location: Brazil
Member Is Offline
|
| posted on 12/20/2007 at 11:36 AM |
|
|
Hi Tigra,
Can u send me a example ?
How can I make work ?
I'm trying to use :
var HINTS_ITEMS = [
wrap2('<%# Eval("BAIRRO") %>')
];
Thank's !
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 12/20/2007 at 03:16 PM |
|
|
make sure the file you put server side code into is processed by the server (usually this means correct extension, .js files are not processed).
You can review the results of the processing using view->source command in your browser.
|
|
|