Doubt regarding AJAX
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello Sir/Madam, I am Ravindra learning ASP.net and very much interested in AJAX. I am trying to implement AJAX. But not able to get the output. I implemented the following steps: 1.Adding the reference AjaxPro.dll. 2.Configuring the web.config 3.implemented the code and method private void Page_Load(object sender, System.EventArgs e) { AjaxPro.Utility.RegisterTypeForAjax(typeof(Ajaxajax.WebForm1)); } [AjaxPro.AjaxMethod()] public string GetServerTime() { return "Hi I am Ajax"; } 4.Placing the code in HTMLDesigner 5.I also added a javascript file(WebForm1.js) as a new item and I was confusing to edit which code. please help me......... thank you, Ravindra