S
Steven
Hello,
How to call a C# function (eg., main()) from a Javascript funtion (eg.,
ref()).
-- Steven
How to call a C# function (eg., main()) from a Javascript funtion (eg.,
ref()).
-- Steven
Dale Preston said:Is your SetData() method set as public or protected? If it is private you
cannot access it in the ASPX page.
Dale Preston