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 SkipVought 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: *

  1. cyndiee

    Access to Path Denied Exception

    I have a web form that I want to use StreamWriter to create a text file with the contents from a textbox in a folder within the Solution/Project/application. I have given appropriate rights to the aspnet and network service users to the root of the application and verified that both have...
  2. cyndiee

    Access to Path is Denied Error

    I have a web form that I want to use StreamWriter to create a text file with the contents from a textbox in a folder within the Solution/Project/application. I have given appropriate rights to the aspnet and network service users to the root of the application and verified that both have...
  3. cyndiee

    Session Variable Help

    I thought this website/forum was for help with "bug's in code" Above is not the exact code I used - The assignment is in server-side script. I was hoping someone could assist with why I cannot assign a string to a Session variable when I can assign an integer. I tried using Cstr in...
  4. cyndiee

    Two Bound Listboxes

    I figured this one out. I had to use Listbox.clear for the second listbox prior to opening the associated recordset. Thanks.
  5. cyndiee

    Session Variable Help

    If I set a Session Variable to an integer, like: Session(&quot;one&quot;) = 1 I can display it by Alert <%=Session(&quot;one&quot;)%> But if I set a Session Variable to a string, like: Session(&quot;two&quot;) = &quot;two&quot; Alert <%=Session(&quot;two&quot;)%> gives me a blank (null)...
  6. cyndiee

    Two Bound Listboxes

    I have two listboxes that are bound to two recordsets. When the user selects an item from the first listbox, I use a setSQLText statement to filter the data in the second recordset to display in the second listbox. The first time I click on an item in the first listbox, the second listbox...
  7. cyndiee

    Event ID 1004, MsInstaller, when applying SR-1a

    When attempting to apply service pack 1a to an Office 2000 Professional installation, I receive a box looking for the data1.msi package. I browse to the file, but it does not recognize it and the installation fails with the following Event: Event Type: Warning Event Source: MsiInstaller Event...
  8. cyndiee

    Outlook All-Day Events Missing

    Using Outlook 2000, a user has created many All-Day (Free Time) Events, so there are often three or four on any given day. Some of these Events are missing in the Day view display (always the last one in the list). There is a grey area where the event should be listed and if you double-click...

Part and Inventory Search

Back
Top