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

    SourceSafe Internet & Windows Integrated Authentication

    Hello, I was hoping that someone could help get me started with configuring my instance of SourceSafe to allow remote access via HTTPS. I went into the SourceSafe admin tool and created a user account and password (other than the admin) and also added the web services, etc. to my Default...
  2. nwruiz

    XSD defining element whose text matches a pattern and has attributes

    I am attempting to define an attribute within my XSD that can represent something like the following: <EnrollmentNumber alias="Account Number">0013423521</EnrollmentNumber> This almost does the trick: <xs:element name="EnrollmentNumber"> <xs:complexType> <xs:simpleContent>...
  3. nwruiz

    ADO.NET convert string to strongly typed XML class

    Hello, I am retrieving an XML document stored as a string from an Oracle stored procedure (XML was generated through a PL/SQL query): <ROWSET> <ROW> <KY_PND_SEQ_TRANS>100000</KY_PND_SEQ_TRANS> <KY_BA_LEAD_ZEROS>000000009</KY_BA_LEAD_ZEROS> <DT_PERIOD_START>28-Jun-2007</DT_PERIOD_START>...
  4. nwruiz

    Loading Oracle table schema information into DataTable.

    Hello, I would like to use System.Data.OracleClient to load a table's schema information into a DataTable object. I would essentially like to use the information from a "DESCRIBE TABLE" query to define the types within my DataTable. How would I go about doing this? Is OracleClient sufficient...
  5. nwruiz

    Get bin directory from an ASP.NET web service (GetExecutingAssembly)

    Hello, I would like to locate the bin directory of the executing assembly of an ASP.NET web service during runtime. Normally, with console and windows applications, I could simply use Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly.Location) However, when debugging my...
  6. nwruiz

    XSD validation - choose between an attributeGroup

    Hello, I am relatively new to designing XSD's and have been fairly successful, aside from the problem listed below: <!-- Numeric tags --> <xs:attributeGroup name="Number"> <xs:attribute name="precision" use="optional"> <xs:simpleType> <!-- Precision must be 0-10 decimals -->...
  7. nwruiz

    Error reading Excel spreadsheet via OleDb

    Hello, I am trying to use OleDb to extract information from an Excel spreadsheet I am downloaded from the Internet. The OleDbCommand command text I am using is here: oleCmd.CommandText = "SELECT [MO], [DA], [YR], [S], [ ID], [T], [1/13], [2/14], [3/15], [4/16], " & _...
  8. nwruiz

    RegEx help!

    Here comes a question from a RegEx newbie. I have the following HTML fragment that I am trying to fix: <table cellpadding="3" cellspacing="0" bordercolor="#CCCCCC" border="1"> <tr align="Center" bgcolor="#CCCCCC"> <td valign="top" class="tablefont" colspan="2"><b>Service Classification for...
  9. nwruiz

    .NET regular expresions to repair malformed XHTML

    Hello, I have the following regular expressions that I am trying to use in my VB.NET 2.0 code. This code attempts to react to an XmlException to try to fix the malformed XML. 'Trying to parse information from the following exception message: 'The 'td' start tag on line 36 does not match the...
  10. nwruiz

    Using .NET to fetch messages from remote Exchange 2003 mailbox.

    Hello, I am trying to find a solution for the following scenario: A client sends my company an email each week containing an attachment containing information we need to store in our database. Currently, the information is entered manually, but I am working on an automative procedure to create...
  11. nwruiz

    HttpWebRequest to POST form over SSL (HTTPS)

    Hello, I have been successful at scraping HTTP pages that require forms using HttpWebRequest and HttpWebResponse, but I have hit a brick wall when trying to do the same across a SSL page. I have read many blogs and KB's online, but I have not found a solution that will allow me to get the...
  12. nwruiz

    Validate against DTD without using XmlValidatingReader

    Hello, I would like to validate the XmlDocument passed into the method below against a DTD. The XmlDocument was constructed in memory (DOM representation). Clearly, I do not need the XmlValidatingReader to read my file. However, I need a way to validate my newly generated XML document before...
  13. nwruiz

    Trouble converting XML to Excel

    Hello, I am trying to convert some XML to Excel using the following XSLT: <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt"...
  14. nwruiz

    Crystal Reports .NET - Export to Excel

    Hello, I am trying to generate a Crystal Report in VB.NET (without using a ASP.NET web app) that is only used to generate an Excel spreadsheet. The server that contains my program (which is used as a batch process) does not have MS Office. I would like to generate a Crystal Report on the fly...
  15. nwruiz

    Redirect to a page on the server, based on domain name entered.

    Hello. I have an interesting question. I currently have two websites: DealMerchant.net and NicksDomain.net. DealMerchant.net is my deal-related website where I provide a daily list of new deals and coupons, while NicksDomain.net is a personal website. Lately, I have been unhappy with the server...
  16. nwruiz

    JavaScript include not appearing in &lt;HEAD&gt; tag

    Hello. I have added the last two following lines of code to the <HEAD> tag inside my .aspx file. Here is the entire contents of the <HEAD> tag: <HEAD> <title>SPAAcctInfo</title> <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR"> <meta content="Visual Basic .NET 7.1"...
  17. nwruiz

    DHTML image float works, but not in Visual Studio project

    Hello, This thread is an extension of thread855-1085351 in the ASP.NET forum. Please read it to familiarize yourself with the issue. As a brief summary, I have created some DHTML code that makes an image float from off the top of the screen to a location on the page. Five seconds later, it...
  18. nwruiz

    Opening a webpage with a windows form

    Hello, I am currently trying to add an onclick event to a control that would open a specific webpage. How do I use C# to open a website in a new window? This is a normal Windows application Thanks for your time. Nick Ruiz CO-OP Intern, PPL Electric Utilities Webmaster, DealMerchant.net...
  19. nwruiz

    Docking an application to the top or bottom of the screen

    Hello, I am currently working on a program that will grab an RSS feed and display it as a ticker. I would like to allow the user to dock the application to the top or bottom of the screen and automatically resize the width of the application window to fit the entire screen width. What sort of...
  20. nwruiz

    Manipulate hyperlinked image with JavaScript

    Hello, I currently have written DHTML code to make an image float from off the top of the screen to somewhere in the middle. I posted this code in thread216-1083937. My challenge has been modifying the code to work with ASP.NET, namely, by replacing the HTML code with the proper ASP tags...

Part and Inventory Search

Back
Top