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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Khold
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Khold

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

    Hi all, I have the following code in my JSP app: <a href="runApp('file://capScrAndSend.bat');" class="mainbars"> CONTACT ADMIN </a> The batch file is present in the root directory of the web application. It does two things: 1.) runs a java class which is present in a sub-directory of the web...

Part and Inventory Search

Back
Top