Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Khold

  1. Khold

    C# ASP.NET Dynamically Changing the Datasource of a ListBox

    I figured the error after coming back to office the next day. It was an error in the parameter source. I was pointing it to the wrong label! Thanks...
  2. Khold

    Going nuts over calling a JScript function from code behind

    It ain't pretty indeed. I got it working, thanks folks!
  3. Khold

    C# ASP.NET Dynamically Changing the Datasource of a ListBox

    Hi all, I've been stuck on this error for a harrowing amount of time, so I thought I'd bring my lamentations here. I'll try here to provide as much information as possible. I have two buttons with the following code in my ASP.NET page: protected void AddUsersBtn_Click(object sender...
  4. Khold

    Creating a context menu for ListBox items in C#

    Thanks for the link.
  5. Khold

    Going nuts over calling a JScript function from code behind

    I got it working. Thanks for your input.
  6. Khold

    Going nuts over calling a JScript function from code behind

    Hi, This issue has really bugged me despite looking over forums and trying on some of the methods discussed at various places on the net. I have a JScript file with some functions which I want to call upon from my code behind page in ASP.NET (C#). I have tried many methods...
  7. Khold

    Creating a context menu for ListBox items in C#

    Hey...I implemented a context menu using some MSDN library code. However, when I right click on an item in my Listbox, two things happen: a.) The context menu is hidden almost entirely by the Listbox. It is fired using Javascript. Is there a way I can use Javascript to work around it? b.) On...
  8. Khold

    Creating a context menu for ListBox items in C#

    Thanks for sharing your code. I will see how I can implement this. Any other inputs from folks? This is an urgent requirement as well...
  9. Khold

    Creating a context menu for ListBox items in C#

    I have a desktop application that looks like the picture present in the attachment. I want to replicate the same in an ASP.NET web application written in C#. The desktop app currently brings up a context menu for each list whenever the user right clicks on the first cell in a row (colored...
  10. Khold

    Automatically controlling an application - URGENT

    Hi everyone, I have a fairly broad question which I am not sure belongs here, so pardon me if I've put it in the wrong forum. I have a requirement for running a program (specifically, it is FreeMind, an open-source mind map creation software written in Java) automatically at regular intervals...
  11. Khold

    Help with running a batch file on click in a JSP application

    I managed work around this as well by rearranging my applet code a little bit. I now face a minor issue, but it is going to affect user friendliness, so I want to get to solving it. When I fire up the java applet's method to throw the file save dialog, it does it's job. But the dialog box is...
  12. Khold

    Help with running a batch file on click in a JSP application

    Hey, I don't want to configure anything manually on the client side. Is there a way to modify the user's policy environment programmatically? I was able to write a file to the client's system (a new one), but the same method is not working apparently for reading files from the client's file...
  13. Khold

    Help with running a batch file on click in a JSP application

    This thread is alive again. And that's because I attempted to add additional functionality to the java applet. Currently, I am hardcoding the location where the screenshot is to be stored and then picking it up to attach to a mail message based on the same location. There was a new requirement...
  14. Khold

    Help with running a batch file on click in a JSP application

    Hey, Good news! I managed to run the applet without having to modify the policy environment on the client side. I signed it and ran the code inside it as privileged code. Thanks for all your inputs. I will reach the forums again for further advice from professionals like yourself.
  15. Khold

    Help with running a batch file on click in a JSP application

    Addition to above: NOTE - Again, I would like to create a screenshot and save it to a predetermined location on the user's workstation and then attach this to a mail message.

Part and Inventory Search

Back
Top