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 bkrike 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: trium123
  • Content: Threads
  • Order by date
  1. trium123

    Session - getting value from details view

    Hi All. I'm almost there with creating my first session!! Can anyone help me with the syntax for the following code fragment, i would like the session variable to get the nameID from DetailsView1, if i put a dot after DetailsView1 i get loads of options, but none are for the nameID. It looks...
  2. trium123

    Master / detail - updating master ID from detail page?

    Hi All. I have been trying to find the answer to a simple question, but from what i have found so far, it seems very complicated. I have a small SQL database with a couple of web pages - master and detail. I can insert, update, delete entries on both pages with no problems - as long as i...
  3. trium123

    Updating Master ID on Child Page?

    Hi all. I have successfully created a master / detail web page setup which links with an SQL database. Both pages use a details view control to view and add data. Everything works fine but i have one small thing that bugs me.. In order to add a new detail entry for any master record - i have to...
  4. trium123

    Web page logon - password not recognised

    Hi all. Just taking my first steps into .NET using visual web developer express and have created a simple logon page which runs on our server ok and asks for a username/pwd. I have specified a user and password using the built in developer wizard and it all works superbly on my pc - but on the...
  5. trium123

    Accessing / inserting objects in ListArray

    Hi All. I have a List of 100 objects of which each have a string and two integer values If I wanted to access the first object in the list and change one of the integers from a 5 to 10 then how could i do this? I have tried using memberList.add(0,aValue); but i get the error that the add method...
  6. trium123

    set to map question

    Hi All. I'm stuck with the correct syntax for inserting the contents of a set<string> into the key section of a map<string, Set<string>>(for now, the values of the map<Set<string>> are empty). Can anyone help out with this? Thanks for your time.. Regards I.
  7. trium123

    basic newbie class method question

    Hi there, please excuse me for asking what i would imagine is an easy question for some..! I have two unrelated classes and would like to know the basic syntax for accessing a method in one class from a method in the other.. Is it something like (from classA) classB.methodA()? or am i miles...
  8. trium123

    Opening Excel from Access

    Hi All. I'm trying to open excel by using a command button in access. Then, using code, i would like to open a new worksheet and copy the contents of a query into the worksheet. So far i can open Excel, but that's it. I have also added the excel references in Access. I understand a little...
  9. trium123

    Check for program running and notify user

    Hi All. My goal is to create a windows app that checks for a program currently running(one that's minimised on the taskbar)and notify the user to log out of the program at a certain time (- lunchtime backup for example). I do not want to terminate the program since the user has to back out of...
  10. trium123

    move message box display from center of screen to one side

    Hi All I have a confirmation window which appears when i click a button. The message asks the user to confirm that the selection is correct, however the message appears in the center of the screen, i would like it to appear to the middle left of the screen. Can this be done in code and if so...

Part and Inventory Search

Back
Top