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

    From Bytes to actual Image displayed on page

    Below is my code for a USPS Address Validator and Label Generator but the problem is it does not seem to be working at all and I can not seem to figure out what the problem is. For some reason... I can basically build and debug with no problem but when information is entered, nothing else...
  2. ASPNETnewbie

    From Bytes to actual Image displayed on page

    I have the code below for a handler. basically what I am trying to do is have the handler extract byte array information saved in Session variable. Process it and then output an image on my page when I set the imageURL of my ImageControl to the address of the handler. Is this not supposed to...
  3. ASPNETnewbie

    Fixing Format Exceptions without using Try Catch

    Does anyone know How best to deal with a FormatException Error without using a try catch Statement? AspNETNewbie
  4. ASPNETnewbie

    To Dynamically code delete button in Datagrid not to display if

    I was wondering how I would handle a situation where I have an imagebutton in my Datagrid code for my Delete button not to display if the status of information being displayed is true. How do I handle this If I already have my Delete button stored in the Datagrid template? AspNEtNewbie
  5. ASPNETnewbie

    Displaying consumed information in PHP

    Hi, The code below is supposed to consume and display vacation rental information from http://api.vast.com/apidoc.php?a=ex but for some reason, I don't think I have it formated right to display. I want to have the pictures and values returned displayed in a formatted method and so far have not...
  6. ASPNETnewbie

    Connecting to USPS WebTOOl

    This program is supposed to collect at the needed data from my ASPX Form and transmit the information to the USPS API which in turned returns the information for printing out a Label but it seems not to work and I would appreciate it if someone can help please... ASPNETnewbie using System...
  7. ASPNETnewbie

    SFTPFILE... where is it located??

    Has anyone used the SFTP class for FTP programming? I would like to know what these public members of the class ACTUALLY do in layman's terms. I have seen different versions and I am sort of confused as to what it is exactly they do. GetDirListing GetFileSize GetNameListing thank you...
  8. ASPNETnewbie

    Problem compiling DLL file using multiple header files and source file

    I have some source files in different folders and headers files as well that I would like to use to compile a DLL file but I keep running into problems ( errors) that I need help with. fatal error C1083: Cannot open include file: 'winhttp.h': No such file or directory...
  9. ASPNETnewbie

    Feeding String(XML) in to Dataset

    I have the code below as my XML string(dynamically generated at run time) and would like to instead save the information in a Dataset as an XML file, How do I make this transition without loosing any part of the string and have it display as it should from the dataset when called? ASPNETNEWBIE...
  10. ASPNETnewbie

    Feed XML string into Dataset

    I have the code below as my XML string(dynamically generated at run time) and would like to instead save the information in a Dataset as an XML file, How do I make this transition without loosing any part of the string and have it display as it should from the dataset when called? ASPNETNEWBIE...
  11. ASPNETnewbie

    Dynamically take apart and put together Flash file

    Hi, I have a .swf object that I would like to wrap in a User Control along with other server controls. Basically what I want to happen is to allow users to specify the WIDTH, HEIGHT, DATASOURCE properties for the embedded Flash File ( which uses the information to generate a Pie or BarChart...
  12. ASPNETnewbie

    COLOR Gradient in VB.NET for use in generating COlor Chart

    Was wondering if you can help me. What I have now is the code below which basically starts me with what I need but I would like to have something from someone who has maybe worked on this before. Right now I need help with dealing with the chart generator which happens to be a flash file. I want...
  13. ASPNETnewbie

    Color Gradient in VB for use in generating Color Chart

    I was wondering if anyone has an idea of how I can program a color-gradient value capturing function. My program will recieve 3 values as input ( StartColor and EndColor and NumberofGradientColors). The function will then return an array of NumberofGradient colors that exist between the two...
  14. ASPNETnewbie

    Color Gradient capture in Vb.Net

    I was wondering if anyone has an idea of how I can program a color-gradient value capturing function. My program will recieve 2 values as input ( StartColor and EndColor). The function will then return an array of 20 colors that exist between the two inputted colors. Can anyone help please...
  15. ASPNETnewbie

    Creating Horizontal Menu using XML instead of CSS

    I am trying to create a horizontal menu( drop down)such as the one on this page http://iegts.com/index.php?option=com_frontpage&Itemid=1, in ASP.NET using an XML file and I wanted to get examples or idea of how to go about dealing with this problem please. I want to be able to add or remove...
  16. ASPNETnewbie

    Creating MENU with DropDown List using XML

    I am trying to create a horizontal menu( drop down)such as the one on this page http://iegts.com/index.php?option=com_frontpage&Itemid=1, in ASP.NET using an XML file and I wanted to get examples or idea of how to go about dealing with this problem please. I want to be able to add or remove menu...
  17. ASPNETnewbie

    Saving XML feed to Database

    I would like to save information from a Data Feed directly to a database on my server, I tried catching the information in a dataset and then saving it back to the database but basically, got errors all over the place. Can anyone help me with better information on how to achieve this? Is there a...
  18. ASPNETnewbie

    Working with XML Feeds

    I would like to save information from a Data Feed directly to a database on my server, I tried catching the information in a dataset and then saving it back to the database but basically, got errors all over the place. Can anyone help me with better information on how to achieve this? Is there a...
  19. ASPNETnewbie

    How do I get this to execute in SQL without Errors?

    I can't seem to execute the code below with my SQL compiler and I was wondering if anyone can help me understand what is wrong with this and How I can go about fixing the problem. The Main error I keep getting is with the GO keyword Error Source: .Net sqlClient Data Provider Error Message...
  20. ASPNETnewbie

    SQL Stored Procedure Problem

    I can't seem to execute the code below with my SQL compiler and I was wondering if anyone can help me understand what is wrong with this and How I can go about fixing the problem. The Main error I keep getting is with the GO keyword Error Source: .Net sqlClient Data Provider Error Message...

Part and Inventory Search

Back
Top