Click here to Skip to main content
15,898,747 members
Home / Discussions / C#
   

C#

 
QuestionNot eble to call AJAX method.... Pin
Jax_qqq26-Mar-06 21:30
Jax_qqq26-Mar-06 21:30 
GeneralRe: Not eble to call AJAX method.... Pin
Guffa26-Mar-06 22:56
Guffa26-Mar-06 22:56 
GeneralRe: Not eble to call AJAX method.... Pin
J4amieC26-Mar-06 23:18
J4amieC26-Mar-06 23:18 
GeneralRe: Not eble to call AJAX method.... Pin
Guffa27-Mar-06 0:31
Guffa27-Mar-06 0:31 
GeneralRe: Not eble to call AJAX method.... Pin
J4amieC27-Mar-06 0:55
J4amieC27-Mar-06 0:55 
GeneralRe: Not eble to call AJAX method.... Pin
Guffa27-Mar-06 1:23
Guffa27-Mar-06 1:23 
GeneralRe: Not eble to call AJAX method.... Pin
J4amieC27-Mar-06 3:30
J4amieC27-Mar-06 3:30 
GeneralRe: Not eble to call AJAX method.... Pin
Jax_qqq26-Mar-06 23:26
Jax_qqq26-Mar-06 23:26 
This my JavaScript Function


function Leaf()
{
alert("Before Fuction Calling");
var List = My.Page.ChangeLeaf(); <u>--> <b>"Here I m Calling my Ajax method"</b></u>
alert("After Fuction Calling");
}

Code In my .CS File ...

[Ajax.Method]
public string ChangeLeaf()
{
return "Testing";
}

This Function is not getting call in firefox...It's working fine in IE.

Thanx D'Oh! | :doh:

Anuj Kamthan
Software Developer
Solversa Technologies,
Pune - 411007, India.
http://www.solversa.com
GeneralRe: Not eble to call AJAX method.... Pin
Guffa27-Mar-06 1:22
Guffa27-Mar-06 1:22 
GeneralRe: Not eble to call AJAX method.... Pin
Jax_qqq27-Mar-06 1:46
Jax_qqq27-Mar-06 1:46 
GeneralRe: Not eble to call AJAX method.... Pin
Guffa27-Mar-06 2:25
Guffa27-Mar-06 2:25 
GeneralRe: Not eble to call AJAX method.... Pin
Jax_qqq27-Mar-06 16:47
Jax_qqq27-Mar-06 16:47 
GeneralRe: Not eble to call AJAX method.... Pin
Guffa30-Mar-06 0:45
Guffa30-Mar-06 0:45 
GeneralRe: Not eble to call AJAX method.... Pin
nicck0728-Mar-06 3:35
nicck0728-Mar-06 3:35 
GeneralRe: Not eble to call AJAX method.... Pin
Guffa30-Mar-06 0:46
Guffa30-Mar-06 0:46 
AnswerRe: Not eble to call AJAX method.... Pin
Jax_qqq30-Mar-06 17:59
Jax_qqq30-Mar-06 17:59 
QuestionPost XML data via POST to HTTPS site Pin
Soumya Mulukutla26-Mar-06 20:50
Soumya Mulukutla26-Mar-06 20:50 
QuestionAdding controls to a windows from from XML Pin
NewbieDude26-Mar-06 20:22
NewbieDude26-Mar-06 20:22 
AnswerRe: Adding controls to a windows from from XML Pin
J4amieC26-Mar-06 20:55
J4amieC26-Mar-06 20:55 
AnswerRe: Adding controls to a windows from from XML Pin
Nicholas Butler26-Mar-06 21:45
sitebuilderNicholas Butler26-Mar-06 21:45 
QuestionFile download Pin
SreekanthJ26-Mar-06 19:58
SreekanthJ26-Mar-06 19:58 
AnswerRe: File download Pin
leppie26-Mar-06 20:11
leppie26-Mar-06 20:11 
GeneralRe: File download Pin
SreekanthJ26-Mar-06 21:56
SreekanthJ26-Mar-06 21:56 
AnswerRe: File download Pin
HakunaMatada26-Mar-06 22:03
HakunaMatada26-Mar-06 22:03 
Questionhow to open existing ppt on winform.. Pin
sam_g126-Mar-06 19:56
sam_g126-Mar-06 19:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.