No announcements
Found 1338805 threads
-
0 Votes
WCF method called twice from Javascript
ajaxservice.Services then wil only wcf method calling multiple times from javascriptAnswered | 3 Replies | 3113 Views | Created by balajivinoth - Saturday, December 24, 2011 8:56 PM | Last reply by Yi-Lun Luo - Wednesday, December 28, 2011 2:10 AM -
1 Votes
Calling a c# function from a Javascript method
The javascript will run on the client and the c# code runs on the server - eg these pieces are not on the same computer.Answered | 2 Replies | 1763 Views | Created by Eclectica - Wednesday, April 3, 2013 3:43 PM | Last reply by PaulLinton - Thursday, April 4, 2013 4:29 AM -
0 Votes
Call C# method from javascript in WebView and retrieve the return value
function CallCSharp() { if (isAndroid()) { //mechanism to call C# method from js in Android //return the result ...Answered | 3 Replies | 8788 Views | Created by AlexandreSopra - Friday, March 6, 2015 4:57 PM | Last reply by Rob Caplan [MSFT] - Friday, March 13, 2015 1:38 AM -
0 Votes
How to call a javascript method from WPF.
It is easy to use, and there is a method "InvokeScript" that allows you to call Javascript functions on the page.Answered | 6 Replies | 23177 Views | Created by Tarini1 - Saturday, May 19, 2007 12:05 AM | Last reply by Jimbo Mx - Monday, March 16, 2009 5:24 PM -
1 Votes
Call ActiveX (C#) method from Javascript when ActiveX is already opened
I am able to open it successfully from Javascript by calling a COM Visible method from the control; MyControl.OpenControl.Answered | 1 Replies | 3417 Views | Created by UtahUtes - Wednesday, October 9, 2013 2:11 AM | Last reply by Eason_H - Wednesday, October 9, 2013 6:18 AM -
3 Votes
Simple Call from javascript to C#
I recall being able to call C# codebehind file methods using AJAX years ago.Answered | 6 Replies | 5541 Views | Created by Avatar 123 - Monday, September 21, 2015 3:11 PM | Last reply by CoolDadTx - Monday, September 21, 2015 4:29 PM -
0 Votes
Call Javascript function SPEvenetReceiver
Hi Srujan It's not possible to run javascript on event handler as they don’t run in HTTP Context.Answered | 2 Replies | 4971 Views | Created by Srujan - Monday, April 9, 2012 10:43 PM | Last reply by Lhan Han - Wednesday, April 11, 2012 9:57 AM -
4 Votes
Javascript track event not firing for several seconds after method call.
I was looking to raise an event when my javascript authentication provider raises an error.Answered | 3 Replies | 967 Views | Created by Dubs999 - Thursday, March 5, 2015 2:52 PM | Last reply by Anastasia Black - Friday, March 13, 2015 9:24 PM -
4 Votes
Calling Javascript from C#.NET
You can ClientScriptManager clss method RegisterClientScriptBlock or RegisterStartupScript method to invoke JavaScript Method.Answered | 38 Replies | 401958 Views | Created by EgorKDie - Thursday, March 9, 2006 8:36 AM | Last reply by shaikh sohail - Sunday, July 29, 2012 6:46 AM -
0 Votes
Calling a function in a .dll from JavaScript
If that is the case then you will need to write a custom web service that will contain methods to call your dll. in Javascripting you can call the web ...Answered | 6 Replies | 26443 Views | Created by silver2gold - Wednesday, December 22, 2010 5:07 PM | Last reply by MuneebAliKiyani - Monday, March 18, 2013 11:29 AM -
0 Votes
calling a javascript function from with in the asp:content
It looks like you didn't put the "script" you want to call in a script tag.Answered | 3 Replies | 6452 Views | Created by pokenda - Monday, March 29, 2010 9:04 AM | Last reply by Machine Elf - Tuesday, March 30, 2010 10:10 AM -
0 Votes
how to call a server side function using javascript?
You cannot call server side methods directly from JS, because JS running on client side!Answered | 3 Replies | 5471 Views | Created by Suu30 - Thursday, July 12, 2012 1:31 PM | Last reply by Aviw_ - Monday, July 23, 2012 5:16 PM -
0 Votes
Calling method in C# file
First of all, you have better chance of getting comprehensive answers if you post your ASP.NET questions on http://forums.asp.net Anyway, for what it's worth, ...Answered | 1 Replies | 3112 Views | Created by laptop545 - Tuesday, March 9, 2010 11:03 PM | Last reply by Mario Cossi - Tuesday, March 9, 2010 11:43 PM -
1 Votes
calling javascript function
If you have an ASP button there is also a special property for OnClientClick which is a bit quicker/easier/cleaner than the above for running javascript on a button click.Answered | 4 Replies | 2530 Views | Created by surajSuzz - Monday, October 17, 2011 6:21 PM | Last reply by Mirza Danish Baig.Kiet - Tuesday, October 18, 2011 6:51 PM -
0 Votes
how to call c# code behind method in javascript function in HTML5 app for Windows Phone 8?
They have developed these UI's by using HTML5, CSS, jQuery and JavaScript.Answered | 1 Replies | 5287 Views | Created by anwpdev - Tuesday, May 14, 2013 1:02 PM | Last reply by Mark Chamberlain - MSFT - Wednesday, May 15, 2013 5:02 PM -
1 Votes
method overriding, calling base methods
There will be reasons for having your code first, reasons for having your code last, and reasons for always, or conditionally, not calling the base method.Answered | 6 Replies | 3684 Views | Created by Arvin Granados - Thursday, December 15, 2011 3:00 AM | Last reply by servy42 - Friday, December 16, 2011 2:14 PM -
0 Votes
Call javascript from C#
This code will show JavaScript alert on PostBack: private void MessageBox(string message) { string javaScript = ...Answered | 4 Replies | 6150 Views | Created by confusedNewbie - Thursday, March 4, 2010 6:03 PM | Last reply by MoazzamAli - Thursday, February 17, 2011 11:49 AM -
1 Votes
call a method
Calling a method is as simple as: instance.addInformation("someString"); I don't understand what part of the ...Answered | 3 Replies | 2789 Views | Created by PCRider - Thursday, May 17, 2012 2:00 PM | Last reply by JohnGrove - Thursday, May 17, 2012 2:11 PM -
0 Votes
WP8 call Javascript classes
Depending on your design, you may be able to leverage this: WebBrowser.InvokeScript Method (String) -Mark Mark Chamberlain Sr.Answered | 2 Replies | 1477 Views | Created by Melanie Schmidt - Monday, January 7, 2013 10:33 AM | Last reply by Melanie Schmidt - Tuesday, January 8, 2013 12:19 PM -
0 Votes
Call ASMX with pure javascript
You'd probably want to ask people who know about JavaScript.Answered | 1 Replies | 4616 Views | Created by Idan Zipris - Tuesday, August 19, 2008 8:56 AM | Last reply by John Saunders - Tuesday, August 19, 2008 10:46 PM - Items 1 to 20 of 1338805 Next ›
No announcements