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...
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>...
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>...
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...
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...
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 -->...
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], " & _...
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...
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...
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...
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...
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...
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"...
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...
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...
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"...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.