How to raise a siver-side event?
I have made a AW.UI.Button. How can I trigger a server side event handler? For example:
var button=AW.UI.Button;
button.onControlClicked = function(event){
ServerFunction();//this is a C# method on code-behind file.
};
How can I make it works even cause a postback?
Thanks,
var button=AW.UI.Button;
button.onControlClicked = function(event){
ServerFunction();//this is a C# method on code-behind file.
};
How can I make it works even cause a postback?
Thanks,
mrhsh
May 15,