javascript

  1. R

    Unable to get property 'options' of undefined or null reference RSS

    Hi experts, I am new on using the Javascript in asp.net and i have a problem on this code. <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>item 1</asp:ListItem> <asp:ListItem>item 2</asp:ListItem> <asp:ListItem>item 3</asp:ListItem>...
  2. N

    Using Javascript SDK in my VB.NET Console application

    I'd like to be able to incorporate a 3rd party JS SDK in my console appliacation, but I can't figure out how to set up the references to the SDK (or perhaps this is not possible?). So far no luck googling for answers, so posting here in the hope that someone can point me in the right direction?
  3. S

    .Net Developer Opportunity in St. Louis

    Bullhorn in Clayton, MO is looking for a talented .Net Developer to join our team! As a key member of the development team, the .Net Developer will collaborate with product managers, developers and quality assurance engineers on the specification, design and development of world-class software...
  4. A

    Question WebBrowser control, programmatically select dropdown and execute javascript

    I'm trying to select an item in a drop down list on a web page that is displayed in a WebBrowser control in a VB application. Selecting the item is no problem, I just loop through the children of the HTMLSelectElement until I find the value I want and then set the .Selected property for that...
  5. C

    Question JAVASCRIPT to VB.NET

    Hello VB.NET experts! I am barely new to VB.net myself. I am currently working on an IP camera SDK which is in JAVASCRIPT and I have to find a way to "translate" it so I could use it in the VB.net application that I am trying to develop. I need help on the following. I need help on...
  6. P

    Question Overlapping clicked point on a HTML image map

    I am using a webbrowser control on a windows form, in VB.Net 2005. On this control I have a fairly complicated HTML image map, using javescript to place an icon where a user clicks, and pass the clicked area to the VB.Net code so it can be handled accordingly. I have figured out, with recursive...
  7. N

    Question Specifying the name used for the JavaScript class

    I am creating a WebService using the following: <%@ WebService Language="vb" CodeBehind="~/MyWebService.asmx.vb" Class="myprojectname.MyWebService" %> This works fine, except that it names the generated JavaScript class "myprojectname.MyWebService" (which is longer than I would like), but I...
  8. N

    Question Programmatically resetting a form

    I have a form on my page that I want to reset after it is submitted. I am trying to use the JavaScript Form.reset(); method to do this, but it doesn't seem to be working. I would just resort to manually setting the value of each control, but this would not work because my page hase a FileUpload...
  9. T

    Question passing asp.net textbox id to external JavaScript function

    Hello everyone, I'm trying to pass a textbox id as a parameter to an external javascript file but its not working. here is my textbox <asp:TextBox runat="server" ID="txt_merchant_number" CssClass="txtFlat" onclick="check_by_number('<%= this.by_number.ClientID %>')"...
  10. S

    Question How can I execute a javascript function that is on a web page ?

    What I am trying to do is go to a website using a webbrowser, and then simulate a click. I can do this easy enough when the click is on a regular button, not handling javascript. But it seems that the website has a javascript function handling the click that I want to simulate: [CODE]<script...
  11. J

    Question Search Problem?

    Hello everyone I'm wondering how to return search results from a youtube search query into a listbox in my fourm, if anyone knows how to please help! Thanks for reading
  12. C

    Available Experienced VB.NET Developer required in the UK immediately

    We have an immediate vacancy for an experienced Developer in the UK with a major telecoms network service provider. Job Description: An exciting opportunity has arisen for a Developer to provide expertise on various existing projects within a telecoms network arena. The Developer role is based...
  13. J

    VB. NET developer!

    We are looking for a talented .NET developer (long term contract) to do maintenance work for a legacy system. Must be proficient in in VB.net, PHP, Javascript and jquery. We are located in Pasadena, CA. Please send your resume, code samples and rate. This is on-site work only. This position...
  14. J

    Encrypt/Decrypt password for client to submit to webservice

    Encryption is triple DES, which gives me a result in Byte Array, the byte array is converted to a string using System.Text.ASCIIEncoding Dim oEncryption As New Score.Common.Encryption Dim oEncode As New System.Text.ASCIIEncoding strEncodedString =...
  15. J

    Javascript callback to Webbrowser control

    I know how to InvokeScript so my VB form can call a javascript function in the Webbrowser document, but does anyoe know how to do it the other way round - ie javascript calling a vb function in the containing form? Why do I want to do this? Well I've got a table of telephone conversations. Some...
  16. Neodynamic

    How to build an interactive Image Cropper with Javascript, ImageDraw and ASP.NET

    This ImageDraw demo demonstrates how easily you can use ImageDraw, Javascript and ASP.NET Framework to design an interactive UI Image Cropper. The following figure is a screenshot of the ASP.NET Image Cropper application that leverages Javascript and ASP.NET for input user interaction and...
  17. A

    Convert PDF to Word document formats with Aspose.Recognition

    What’s new in this release? Aspose.Recognition for .NET has come out of Beta and its first commercial release has been announced supporting many new features. You can download Aspose.Recognition to evaluate improved performance of converting PDF files to Word document formats. More about...
Back
Top