Search results for query: *

  • Users: Tacec
  • Content: Threads
  • Order by date
  1. T

    Opinions or other ideas for layout

    Hello all, I'm designing a project to enter and manage several types of ancillary data for a larger (separate) solution. I've initially come up with a few ideas on how to put this together but wondered if I may not be seeing other options or better ways to do this. Any input would be...
  2. T

    Combobox populate textbox?

    Hello, I know this is a fairly simple process, but i can't seem to find anything to help me. I have a combobox with a list of values (non bound). I have a textbox. I want the value when selectedvaluechanged in the combobox to populate the textbox and keep appending to the textbox whenever...
  3. T

    Displaying a value when another value is blank...kind of.

    Please forgive, I'm somewhat of a newbie in the SQL world, so the answer to this could be perfectly obvious to you pros out there... I have a table with address information for our clients. Each client can have multiple addresstypes, and therefore multiple addresses associated with their ID...
  4. T

    How to display a URL in a contentplaceholder??

    I'll preface this by saying that I know next to nothing about ASP.net. I've created a basic webpage in .NET with an Infragistics menu on the left side, and a contentplaceholder on the right side. The user should select a menu item (which would be a link to something) and that page should...
  5. T

    Insert a "Bookmark" in a webform?`

    I've used numerous other programs to bookmark a point within a form using links. Can this be done in a webform using event handlers? (ie. a radio button is clicked, the view jumps to a specific point on the form.) I've found the "Insert Bookmark" option under the Format menu item but can find...
  6. T

    controls within a webform table don't work!!

    I created a webform with various controls, textboxes, checkboxes, etc. The code behind that form worked great. Once I reformatted all the controls within a table so it was better organized, the code no longer worked! None of the names changed on the controls, nothing was changed other than the...
  7. T

    If then statement--help

    Lets see, how to describe... Im building a program with an ms agent which says a canned message, pulled from a table. If messageA in the table is stated by the agent, it should do X actions. If the active message is changed to another message in the table, the agent should do Y actions. The...
  8. T

    Removing a system tray icon

    I'll preface this by stating that I'm fairly new at .NET. :o I've created a program that runs within the system tray. Once a radio button is clicked, it displays the icon within the tray. When the other radio button is clicked it's supposed to remove the icon from the tray. I've tried...
Back
Top