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

    XML Post - Receive

    From an ASP.NET web-form, I need to do the following: 1) HTTP Post XML Data to a URL (Java Servlet) 2) Wait for processing, receive a return value 3) Continue on with my code. Please advise on how this would be done. Thanks!
  2. DrinkN1

    Manipulating XML Stream

    Issue: I have a web page that needs to receive information from an XML stream and manipulate it before displaying. Here's my complete (simplified and working) scenario: I have a web page (FirstPage.aspx) that creates report data in XML. I have my response.contenttype = "text/xml". This...
  3. DrinkN1

    OWC11 Registry Error on project deployment

    Ok everyone, you all have helped me tremendously in the past. My project is almost complete, but have one last issue! I'm cut/pasting my message I've sent to everyone I know (who all have all said, "re-register it"...well...been there done that, even mentioned that. LOL). Here's the...
  4. DrinkN1

    Correct Page Timing Out (or other suggestions welcome)

    Background: User has an ASPX page to input several report parameters. The Input Page has an OWC component that reads in from an XML Data Source. I have an ASPX page that Generates the XML Data for the OWC control. Process: User enters parameters, clicks button to generate report. OWC...
  5. DrinkN1

    Stored Proc: Passing Values and Select Conditionals

    Multiple questions here, but all relate to the same SQL Statement I'm working on... I'm creating a stored procedure that needs to accept 5 separate parameters: ID1, ID2 and ID3 are all integer record IDs ID4 and ID5 need to contain multiple integer ID's. So, I need to be able to do a query...
  6. DrinkN1

    VB Smart Device: Keyboard Icon w/ Forms

    Ok, I'm attempting my first Pocket PC application. I'm following the tutorials on the MSDN site, and found one interesting item. When I use VS.NET 2003 to create a new form, that form fills the entire screen, including covering the keyboard entry icon on the bottom (yeah, I have no idea what...
  7. DrinkN1

    ADSI - Password retrieval

    I am attempting to use the Active Directory Service Interface (ADSI) to fetch a user's password to synch with another system. I understand that the password will be encrypted, and that's fine (actually preferred). My problem is, whenever I fetch a .DirectoryEntry of a user, I can not see the...
  8. DrinkN1

    DLL Error Message on ASP page

    I have a DLL written in VB 6.0 that runs fine with VB programs. However, when I attempt to use it in ASP, I get the following error: Microsoft VBScript runtime (0x800A01B6) Object doesn't support this property or method The error is appearing on this line: clsAuth =...
  9. DrinkN1

    Windows Authentication

    Could someone please point me in the right direction on how to write a vb application to utilize Windows Authentication? I have a project that may require the user to be authenticated when the program is started through our company's NT Authentication server. I have never did anything like...
  10. DrinkN1

    User Controls - Basic Property Questions

    I'm new to VB.NET. I created a user control... 1) I'm trying to create an "About" property to bring up a copyright window (for company, not me). What's the new method of getting the "..." to appear in the Property Window to display my form? 2) My property descriptions...
  11. DrinkN1

    VB interacting with Internet (3rd Party) Forms

    I was wondering what technique would be used to create a VB application, that could eventually log into a 3rd party web-site, and complete the web-forms on that site. At this point, I'm not sure if SSL will be active on the remote site or not, if that makes a difference. I saw a number of...
  12. DrinkN1

    Upload File w/o Posting Acceptor

    In the past, I have written pages to upload using ASP along side of the Posting Acceptor service installed on IIS 5.0. However, I am working with a provider that is running Apache with Chili!Soft to allow for ASP functionality, so the Posting Acceptor is not installed. Is there a way I can...
  13. DrinkN1

    Security in Access

    I have an Access database that is compiled into an .ade project and accesses an SQL Server 2000 database. The .ade starts with a form, and hides the tables/design window as well as hiding all of the menu/tool bars. However, when you open an Access file while holding down the Shift key, the...

Part and Inventory Search

Back
Top