If you are using ASP.Net Atlas (AJAX for ASP.net), the work is already done for you all you need to do is access the "class" in your javascript method. So in your example you have a class the code fragment.
The javascript would look something like this:
function AccessService()
{
var dateField = $get('MyEntryId');
var results=AjaxServices.Valid
if (results) {
var resultsField = $get('MyResultsDivID');
resultsField.innerText="Th
}
}
Main Topics
Browse All Topics





by: GeoFoxPosted on 2008-06-03 at 04:11:42ID: 21699105
Ok , I will say other way.
I have a web-service .
How to access it from JS ?:
exaple test.js :
function AccessService()
{
//What I need to do here?
}
Select allOpen in new window