I\'m using cordova/phonegap to make a windows phone app, i\'m trying to call a script from C# when an event fires.
Is there anyway to do this?
here\'s my cla
Try this example :
string str=""; Page.ClientScript.RegisterStartupScript(this.GetType(), "Script", str, false);