Hello andyr@addington.co.nz,
1) Do u use the latest March version of Toolkit?
2) Where are your
[System.Web.Services.WebMethod]
[System.Web.Script.Services.ScriptMethod]
attributes? or it's the PageMethod?
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
> I would like to dynamically insert a javascript call with with data
> retrived from the database.
[quoted text clipped - 16 lines]
> //Get retrived_database_id
> return String.Format("<script type=\"text/javascript\">alert({0});</
script>> ", retrived_database_id)
script>>
> }
>
> Thanks In Advance