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

    StateBag object question-can you help?

    This is probably a little weird question. In this example everytime button is clicked,counter is incremented <%@ Page Language=&quot;C#&quot; %> <html> <script runat=&quot;server&quot;> void Page_Load(Object sender, EventArgs e) { lblCounter.Text = Counter.ToString()...
  2. Visiting

    HELP! Wierd Numbers!

    I want ot print a simple list of monetary value from $5 - $15 in increments of nickels, but using the code: for ($j = 5; $j <= 15; $j += .05){ print &quot;\$$j<p>&quot;; } prints out: $5 $5.05 $5.1 $5.15 $5.2 $5.25 $5.3 $5.35 $5.4 $5.45 $5.5 $5.55 $5.6 $5.65 $5.7 $5.75 $5.8 $5.85 $5.9...
  3. Visiting

    help with combo boxes please

    Hi. I have two combo boxes that have corresponding field values. Let's say my first combo box is &quot;NAME&quot; and the second combo box is PHONE NUMBER. If i select a name from the first combo box, how can I update the value in the phone number field of the second combo bux. Basically, I want...
  4. Visiting

    More on checkboxes

    Hi again, I'm having trouble on another part of the form now. Recap- User enters a lastname into TextEntry textbox Checkbox CheckM1 becomes checked if there is a date in TextEntry's field M1 If the user checks an unchecked box, TextEntry's DateField value should change to the...
  5. Visiting

    Assigning value to a checkbox?

    How do I give a checkbox a checked image? I tried using code like &quot;If (Condition) Then Me!Checkbx = False End If&quot;, but I get an error message about not being able to assign a value. Thanks for any help.
  6. Visiting

    no audio on windows NT?

    hi. I've made a projector and made a cd, and sent out many copies. Some people, particularly windows NT users have been telling me that the audio does NOT play at ALL when they load the projector. so far, no mac users have had any problems.. please help!!

Part and Inventory Search

Back
Top