greetings
this is the code for the AJAX. Incase you need to know, i am using the Microsoft AJAX library and i am calling the AJAX method from javascript simply by classname.metho d which will be _Default.GridDa ta(val,Result); which then passes the DataSet to a javascript Result(response ) Function. (response in this case is the DataSet that i am using in javascript that i got from the ajax method).
[Ajax.AjaxMethod]...
User Profile
Collapse
-
not showing in the html source
greetings people
I am new to Ajax and javascript, yet i have little time to learn it all. Question is:
i am using javascript to create my DOM Table and AJAX that returns a DataSet to my Javascript to fill information in the table. Code looks like this:
<%@ Page Language="C#" AutoEventWireup ="true" CodeFile="Defau lt.aspx.cs" Inherits="_Defa ult" %>
...
No activity results to display
Show More
Leave a comment: