Author: officialboss | Posted on: 9/24/2008 4:04:47 PM | Views : 1058

 Hello,

I was trying to use the example in the following video and I keep getting "Server Method "Categories" failed" error. I have .Net 3.5 SP1 and VS 2008, is there any workable example out there? 
I also added the Entity Data Model.

http://www.asp.net/learn/3.5-SP1/video-239.aspx 

I really like the way how you can access data in the database using javascript. Any help on this code? thx

Default.aspx
 
    <input id="ButtonQuery" type="button" value="Perform Query" onclick="return ButtonQuery_onclick()" />
Go to the complete details ...