Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to call a server side function in javascript function, without AJAX involved. Possible?? Eg:
onblur=<%# checkname() %>
Any idea guys?
Without AJAX? Why? To call server side you have to go to the server with either a full postback or a partial postback (ajax).
There are only 10 types of people in the world, those who understand binary and those who don't.
no...it's a good idea to use AJAX.