AutoCompleteExtender AJAX control

T

Tomas

Hi,

I am trying to implement AutoCompleteExtender feature in my web project.
One think which I do not understand, how to access local variables from
GetAutoCompleteList method? Now I get error.
Maybe someone could help with this?


Regards,
Tomas
 
G

George

"how to access local variables"
local in terms of what?

void GetAutoCompleteList()
{
int a;
}

in this case i call 'a' a local variable.....
I call local variable the ones that you can simply type the name and access
them :)

So i am not sure what you are referring too ....
If you referring to class variables( member variables) then you can not
since GetAutoCompleteList is declared as static (probably).

George.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top