Tagged Questions
3
votes
0answers
131 views
How to load a highchart script within a WebPartZone
So I am trying to make a Dashboard-like page. To achieve this I am using the WebParts component.
For example, I am using:
<asp:WebPartZone ID="WebPartZone2" runat="server">
...
3
votes
0answers
119 views
ASP .NET code for converting a shape file to kmz file
Is there any ASP .NET code for converting a shape file to kmz file. Please give me a solution for this. I have searched a lot. But didnt find any solution.
Please anyone help me
3
votes
0answers
242 views
Field Formatting in Lightswitch HTML Client Preview2
Just trying to format a Date (or any field for that matter) in LightSwitch HTML Client Preview 2.
I have tried this 'Format Pattern' field:
But it always seems to be ignored:
I have tried a ...
2
votes
0answers
251 views
selenium webdriver: how to deal with javascript onclick in C#
I'm testing a website using selenium web driver C#. My intention originally is to check the HttpWebResponse that returns 200. However, the button is a javascript onclick event. I'm wondering if anyone ...
2
votes
0answers
117 views
Possible to simulate click event on Dialog window of Browser?
I know that the dialog(showMessage) is a closed API and that you can not force a click event on Dialog with any web-based technologies such as jQuery or Javascript. The instance of the window within ...
2
votes
0answers
111 views
SharePoint Live Tile Notifications
I've been searching for some resources on SharePoint '13 Workflow integration with Windows 8 live tiles including MSDN, multiple blogs (such as http://www.howtosp.com/blog/). I've found a variety of ...
2
votes
0answers
230 views
Handling back navigation in WebBrowser control preserving the previous scroll position
I know there a lot of questions asking about how to handle the back navigation in the WebBrowser control in WP7. And a lot of answers too, to achieve the same, using stacks, InvokeScript, etc.., and ...
2
votes
0answers
55 views
Run JSHint in C# runtime
I have a .net c# program that uses javascript.net javascript as an internal scripting language.
What I would like to do is be able to validate the javascript from within the c# runtime and have the ...
2
votes
0answers
314 views
WPF WebBrowser control and JavaScript window.open parameters
I've got a WPF application and have a window that contains a System.Windows.Controls.WebBrowser control. I've wired up events like DWebBrowserEvents2_NewWindow2EventHandler, ...
2
votes
0answers
212 views
c# embedding HTML5 canvas, run javascript (locally)
I would like to embed an HTML5 canvas into my C# WinForms app. So far I've found the CefSharp project which appears to do the job quite well but I am having trouble getting it to execute HTML ...
2
votes
0answers
247 views
Scrolling (using Touch Pad) not working in C# Metro Style App but It works if I choose JavaScript as language
I am trying to create Windows 8 Metro App First Time.
I have worked on all three (C#, VB and JavaScript) languages.
I first created Grid App template (JavaScript Language). Everything looks fine. ...
2
votes
0answers
186 views
C# WebBrowser Control - script errors, workaround?
I'm completely aware that a question of similar context has been asked many times (in many places including here), and potentially solved - I have definitely made a decent amount of research regarding ...
2
votes
0answers
140 views
Multithreaded http post from ajax control
I'm currently writing a program that is attempting to send multithreaded HTTP POST packages. Each thread has its unique proxy server. Originally I've used the .net HTTPWebRequest function to ...
2
votes
0answers
395 views
Rendering image from Internet Explorer
I'm trying to save full rendered image from Internet Explorer.
Unfortunately, I can't use WinForm component "WebBrowser" or third party components like HtmlCapture.Net or On-line services or smth ...
2
votes
0answers
384 views
Calling Javascript in Watin
I am trying to execute some JavaScript using C# eval call.
browser.Frames[1].Eval("myFunctionCall(" + Id + ", 1, " + RowNumber + ");");
It cannot seem to find the function as it throws a ...